summaryrefslogtreecommitdiffstats
path: root/runtime/jit
Commit message (Expand)AuthorAgeFilesLines
* Move some helper methods to DexRegisterLocation.David Srbecky2018-06-141-2/+2
* Merge "Revert^2 "Remove support for Valgrind in ART.""Roland Levillain2018-06-111-1/+1
|\
| * Revert^2 "Remove support for Valgrind in ART."Roland Levillain2018-06-111-1/+1
* | Merge "Remove unused GetDexRegisterMap arguments."David Srbecky2018-06-081-3/+3
|\ \ | |/ |/|
| * Remove unused GetDexRegisterMap arguments.David Srbecky2018-06-071-3/+3
* | ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-1/+1
|/
* Merge "Simplify DexRegisterMap API."David Srbecky2018-05-301-5/+2
|\
| * Simplify DexRegisterMap API.David Srbecky2018-05-301-5/+2
* | Move profile testing to CommonArtTestDavid Sehr2018-05-291-0/+329
|/
* Remove static_class_ from Method/VarHandle and CallSite.Vladimir Marko2018-05-251-1/+3
* Merge "Revert "Remove support for Valgrind in ART.""Treehugger Robot2018-05-221-1/+1
|\
| * Revert "Remove support for Valgrind in ART."Andreas Gampe2018-05-221-1/+1
* | Merge "Remove support for Valgrind in ART."Roland Levillain2018-05-221-1/+1
|\|
| * Remove support for Valgrind in ART.Roland Levillain2018-05-141-1/+1
* | Rewrite stackmap encoding code.David Srbecky2018-05-211-8/+6
* | Add a new thread pool pthread priority option.Nicolas Geoffray2018-05-172-152/+156
* | ART: Rename JitCodeCache::FreeCode(const void*)Orion Hodson2018-05-112-8/+8
|/
* Support system server ART-profilingCalin Juravle2018-05-093-19/+60
* Merge "Clear the profile if we fail to add new methods or classes"Calin Juravle2018-05-091-2/+16
|\
| * Clear the profile if we fail to add new methods or classesCalin Juravle2018-05-091-2/+16
* | ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* | Merge "Add new profile saver options: save without jit & profile AOT code"Calin Juravle2018-05-093-7/+54
|\ \
| * | Add new profile saver options: save without jit & profile AOT codeCalin Juravle2018-05-083-7/+54
| |/
* / ART: Relayout ProfilingInfoAndreas Gampe2018-05-072-16/+16
|/
* ART: No JIT for native MethodHandle/VarHandle methodsOrion Hodson2018-05-031-3/+23
* Add a profiling libraryDavid Sehr2018-04-267-4268/+9
* Fix profile filtered loadingCalin Juravle2018-04-252-2/+38
* Dump profile checksumsMathieu Chartier2018-04-231-0/+1
* Merge "Move profile dependent modules to libartbase"Treehugger Robot2018-04-133-3/+3
|\
| * Move profile dependent modules to libartbaseDavid Sehr2018-04-133-3/+3
* | Don't pass empty profile to OatWriterMathieu Chartier2018-04-091-3/+3
|/
* Move remaining runtime/base stuff to libartbaseDavid Sehr2018-04-052-3/+1
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-042-2/+4
* ART: Simplify quasi_atomic.hOrion Hodson2018-03-291-1/+1
* ART: Remove unused atomic field from JitCodeCacheOrion Hodson2018-03-262-10/+0
* ART: Simplify atomic.hOrion Hodson2018-03-231-5/+5
* Merge changes I4ca880f6,I6ebe18feVladimir Marko2018-03-221-3/+4
|\
| * Fix test failures with -Xjitthreshold:0.Vladimir Marko2018-03-221-3/+4
* | Merge "Move some remaining dex utilities"Treehugger Robot2018-03-194-6/+6
|\ \
| * | Move some remaining dex utilitiesDavid Sehr2018-03-194-6/+6
* | | Merge "Fix running some run-tests with -Xjitthreshold:0"Treehugger Robot2018-03-191-6/+8
|\ \ \ | |/ / |/| / | |/
| * Fix running some run-tests with -Xjitthreshold:0Vladimir Marko2018-03-191-6/+8
* | More JIT debug data synchronisation.David Srbecky2018-03-151-43/+97
|/
* Don't do a read barrier in JIT GC code.Nicolas Geoffray2018-03-081-1/+5
* ART: JitCodeCache remove only_for_tlb_shootdownOrion Hodson2018-03-071-19/+4
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-055-6/+7
* Header library to remove dependence on runtime/David Sehr2018-02-284-4/+4
* Merge "Add timestamps to JIT/DEX native debug info."David Srbecky2018-02-233-153/+173
|\
| * Add timestamps to JIT/DEX native debug info.David Srbecky2018-02-213-153/+173
* | Fix "jit at first use" for proxy methods.Vladimir Marko2018-02-231-1/+3