summaryrefslogtreecommitdiffstats
path: root/compiler/compiled_method.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-1/+1
* Remove CompiledMethod dependency on CompilerDriver.Vladimir Marko2018-11-191-8/+7
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Move MethodInfo to CodeInfo.David Srbecky2018-08-011-6/+0
* Remove frame info from OatQuickMethodHeader.David Srbecky2018-07-271-24/+0
* Enable code item dedupingMathieu Chartier2018-02-051-5/+1
* Fix quickening logicMathieu Chartier2018-01-221-1/+5
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-4/+44
* Refactor compiled_method.h .Vladimir Marko2017-09-201-326/+18
* Use mmapped boot image class table for PIC app HLoadClass.Vladimir Marko2017-09-111-0/+15
* Use mmapped boot image intern table for PIC app HLoadString.Vladimir Marko2017-09-071-0/+15
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Use ArtMethod* .bss entries for HInvokeStaticOrDirect.Vladimir Marko2017-06-071-26/+15
* Use PC-relative pointer to boot image methods.Vladimir Marko2017-05-221-7/+11
* Remove LoadString/Class kind kBootImageLinkTimeAddress.Vladimir Marko2017-05-161-26/+4
* ARM64: Use link-time generated thunks for Baker CC read barrier.Vladimir Marko2017-04-121-7/+32
* Delete SrcMapMathieu Chartier2017-03-161-51/+0
* Add method info to oat filesMathieu Chartier2017-03-161-7/+7
* Remove --include-patch-information option from dex2oat.Richard Uhler2017-03-081-5/+0
* Store resolved types for AOT code in .bss.Vladimir Marko2017-01-161-2/+19
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-2/+2
* ART: Add dex::TypeIndexAndreas Gampe2016-11-211-2/+3
* Revert "Revert "Store resolved Strings for AOT code in .bss.""Vladimir Marko2016-10-041-3/+20
* Revert "Store resolved Strings for AOT code in .bss."Vladimir Marko2016-09-301-20/+3
* Store resolved Strings for AOT code in .bss.Vladimir Marko2016-09-291-3/+20
* Move ArrayRef to runtime/baseDavid Brazdil2016-09-141-1/+1
* Improve HLoadClass code generation.Vladimir Marko2016-06-211-3/+17
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-18/+0
* Fix silly gcc warning.Vladimir Marko2016-03-311-1/+8
* Optimizing: Clean up after const-string sharpening.Vladimir Marko2016-03-301-37/+37
* Optimizing: Improve const-string code generation.Vladimir Marko2016-03-291-4/+50
* ART: Avoid uninitialized padding in LinkerPatch.Vladimir Marko2016-02-041-2/+4
* Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-1/+1
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-1/+1
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-1/+1
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-47/+51
* Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after qu...Nicolas Geoffray2015-07-151-2/+0
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Implement CFI for Optimizing.David Srbecky2015-04-091-19/+2
* Pass linker patches around as const.Vladimir Marko2015-04-021-5/+5
* Write .debug_line section using the new DWARF library.David Srbecky2015-04-011-56/+32
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-22/+75
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-10/+14
* Revert "Add JIT"Nicolas Geoffray2015-02-241-14/+10
* Add JITMathieu Chartier2015-02-231-10/+14
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-42/+79
* Remove portable.Elliott Hughes2014-12-121-25/+2
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-4/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* ART: More warningsAndreas Gampe2014-11-041-1/+1