Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
33b7b5da331e0a10fc615c8df72ba2aefad4e3fb
/
runtime
/
jit
33b7b5d
Revert^2 "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 6 years ago
8dde74e
Revert "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 6 years ago
a2af2b0
Fix race in CommitCodeInternal and cleanup
by Alex Light
· 6 years ago
8cd5454
Move MethodInfo to CodeInfo.
by David Srbecky
· 6 years ago
8808756
Remove frame info from OatQuickMethodHeader.
by David Srbecky
· 6 years ago
b07dcdb
Merge changes I87f2999f,I8af0e845
by Vladimir Marko
· 6 years ago
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 6 years ago
d25eb2c
Revert^5 "Rewrite JVMTI method tracing to use trampolines"
by David Srbecky
· 6 years ago
d7da314
Revert^4 "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 6 years ago
bf2ca05
Revert^3 "Rewrite JVMTI method tracing to use trampolines"
by David Srbecky
· 6 years ago
460c6ce
Revert^2 "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 6 years ago
dca6840
Merge "Revert "Rewrite JVMTI method tracing to use trampolines""
by Alex Light
· 6 years ago
8772eb7
Revert "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 6 years ago
839f53a
Fix typo in condition for getting the compiled code.
by Alex Light
· 6 years ago
25bf446
Rewrite JVMTI method tracing to use trampolines
by Alex Light
· 6 years ago
3e36a9c
Move back to jit code on trace removal
by Alex Light
· 6 years ago
2d441b1
Make instrumentation trampoline able to jump to jit code
by Alex Light
· 6 years ago
afc97bc
Revert^2 "Add CodeInfo to JNI methods."
by David Srbecky
· 6 years ago
564fa8a
Revert "Add CodeInfo to JNI methods."
by David Srbecky
· 6 years ago
85f3934
Add CodeInfo to JNI methods.
by David Srbecky
· 6 years ago
f0f3c59
ART: Clean up jit_code_cache.h
by Andreas Gampe
· 6 years ago
69de3ce
ART: Remove libziparchive dependency
by Andreas Gampe
· 6 years ago
8a74707
Merge "Add low_4gb MemMap and remove ashmem support for Fuchsia"
by Treehugger Robot
· 6 years ago
882ed6b
Add low_4gb MemMap and remove ashmem support for Fuchsia
by Steve Austin
· 6 years ago
e140212
Move some helper methods to DexRegisterLocation.
by David Srbecky
· 6 years ago
74f2ccc
Merge "Revert^2 "Remove support for Valgrind in ART.""
by Roland Levillain
· 6 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 6 years ago
a4bae54
Merge "Remove unused GetDexRegisterMap arguments."
by David Srbecky
· 6 years ago
fd89b07
Remove unused GetDexRegisterMap arguments.
by David Srbecky
· 6 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 6 years ago
f5fc6bc
Merge "Simplify DexRegisterMap API."
by David Srbecky
· 6 years ago
21d45b4
Simplify DexRegisterMap API.
by David Srbecky
· 6 years ago
1fed343
Move profile testing to CommonArtTest
by David Sehr
· 6 years ago
c7aa87e
Remove static_class_ from Method/VarHandle and CallSite.
by Vladimir Marko
· 6 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 6 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 6 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 6 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
47b9580
Add a new thread pool pthread priority option.
by Nicolas Geoffray
· 6 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 6 years ago
607624f
ART: Rename JitCodeCache::FreeCode(const void*)
by Orion Hodson
· 6 years ago
016fcbe2
Support system server ART-profiling
by Calin Juravle
· 7 years ago
d109956
Merge "Clear the profile if we fail to add new methods or classes"
by Calin Juravle
· 7 years ago
d5aeade
Clear the profile if we fail to add new methods or classes
by Calin Juravle
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
6af9869
Merge "Add new profile saver options: save without jit & profile AOT code"
by Calin Juravle
· 7 years ago
b3d1eee
Add new profile saver options: save without jit & profile AOT code
by Calin Juravle
· 7 years ago
e40f65f
ART: Relayout ProfilingInfo
by Andreas Gampe
· 7 years ago
52f5a1f
ART: No JIT for native MethodHandle/VarHandle methods
by Orion Hodson
· 7 years ago
82d046e
Add a profiling library
by David Sehr
· 7 years ago
f0cf86f
Fix profile filtered loading
by Calin Juravle
· 7 years ago
f120ffc
Dump profile checksums
by Mathieu Chartier
· 7 years ago
74b9994
Merge "Move profile dependent modules to libartbase"
by Treehugger Robot
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
4a265c2
Don't pass empty profile to OatWriter
by Mathieu Chartier
· 7 years ago
1ce2b3b
Move remaining runtime/base stuff to libartbase
by David Sehr
· 7 years ago
3215fff
Separate Malloc and MemMap ArenaPools
by David Sehr
· 7 years ago
27b9676
ART: Simplify quasi_atomic.h
by Orion Hodson
· 7 years ago
0117908
ART: Remove unused atomic field from JitCodeCache
by Orion Hodson
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
aa96086
Merge changes I4ca880f6,I6ebe18fe
by Vladimir Marko
· 7 years ago
f8655b3
Fix test failures with -Xjitthreshold:0.
by Vladimir Marko
· 7 years ago
f191ae7
Merge "Move some remaining dex utilities"
by Treehugger Robot
· 7 years ago
99ddca5
Merge "Fix running some run-tests with -Xjitthreshold:0"
by Treehugger Robot
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
be0c7cf
Fix running some run-tests with -Xjitthreshold:0
by Vladimir Marko
· 7 years ago
d767f2d
More JIT debug data synchronisation.
by David Srbecky
· 7 years ago
34088e1
Don't do a read barrier in JIT GC code.
by Nicolas Geoffray
· 7 years ago
74ed8d3
ART: JitCodeCache remove only_for_tlb_shootdown
by Orion Hodson
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
63e9e87
Merge "Add timestamps to JIT/DEX native debug info."
by David Srbecky
· 7 years ago
37602aa
Fix "jit at first use" for proxy methods.
by Vladimir Marko
· 7 years ago
440a9b3
Add timestamps to JIT/DEX native debug info.
by David Srbecky
· 7 years ago
62d45e0
Merge "Add option for not copying dex"
by Mathieu Chartier
· 7 years ago
792111c
Add option for not copying dex
by Mathieu Chartier
· 7 years ago
999646d
Dex header cleanup and windows simplification
by David Sehr
· 7 years ago
ee9cb41
Ensure that we always set the method hotness in the profile
by Calin Juravle
· 7 years ago
fb3de3d
Create list of open dex files for libbacktrace.
by David Srbecky
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
a6e0e7d
Special case JIT update for native methods.
by Nicolas Geoffray
· 7 years ago
13a677c
Merge "Enable filtering of profile data on load"
by Treehugger Robot
· 7 years ago
144c34f
Merge "Log JIT mini-debug-info memory usage."
by David Srbecky
· 7 years ago
d9f4d64
Enable filtering of profile data on load
by Calin Juravle
· 7 years ago
9174401
Merge "Enable profile key updates via profman"
by Calin Juravle
· 7 years ago
2dba0ab
Enable profile key updates via profman
by Calin Juravle
· 7 years ago
c9e0208
Log JIT mini-debug-info memory usage.
by David Srbecky
· 7 years ago
7cca51d
Fix ASAN gtest
by Calin Juravle
· 7 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 7 years ago
b6d077a
Merge changes I82227160,Ief091d99
by Treehugger Robot
· 7 years ago
36060d1
Fix spelling mistake for ProfileLoadSatus
by Calin Juravle
· 7 years ago
1e2de64
Load profiles from zip archives
by Calin Juravle
· 7 years ago
c684f33
Refactor jit debugger interface and its ELF creation.
by David Srbecky
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
f4886df
Add mini-debug-info generation mode for JIT.
by David Srbecky
· 7 years ago
170331f
ART: Remove base/logging from heap-inl.h
by Andreas Gampe
· 7 years ago
Next »