Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
87658f3e8877afdf80990ba986841dba9037da50
87658f3
Revert^2 "Optimize FindClass ClassNotFoundException case"
by Andreas Gampe
· 6 years ago
d5d807b
ART: Restrict dex cache location check
by Andreas Gampe
· 6 years ago
520a436
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
063c985
Revert "Use static linking for dexdump on host builds"
by Greg Hartman
· 6 years ago
501c3b0
Revert^2 "Fix correctness for fast path class loading"
by Andreas Gampe
· 6 years ago
ed42f62
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
8812459
ahat: getImmediateDominator should not return the SuperRoot.
by Richard Uhler
· 6 years ago
2e2f9e8
Revert "Fix correctness for fast path class loading"
by Mathieu Chartier
· 6 years ago
d399f57
Revert "Optimize FindClass ClassNotFoundException case"
by Mathieu Chartier
· 6 years ago
9634705
Optimize FindClass ClassNotFoundException case
by Mathieu Chartier
· 6 years ago
b086f52
ahat: Fix broken style sheet.
by Richard Uhler
· 6 years ago
d94c87d
jitzygote: Fix pre-JIT of native methods.
by David Srbecky
· 6 years ago
4d8d83f
Add a parallel_run.py tool
by Alex Light
· 6 years ago
ef04ac6
Fix correctness for fast path class loading
by Mathieu Chartier
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
9b70ee0
Clean up error messages in the previous CL.
by Martin Stjernholm
· 6 years ago
a54e0cc
Add more entrypoint checks in oatdump.
by David Srbecky
· 6 years ago
dbf5525
Reduce luci timeout to 41.
by David Srbecky
· 6 years ago
2ad6cce
ART: Make LogVerifyInfo newlines consistent
by Andreas Gampe
· 6 years ago
b29ecc1
Build dexdump on mac.
by David Srbecky
· 6 years ago
2e2c45e
Plumb tombstoned connections through PALette.
by Martin Stjernholm
· 6 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 6 years ago
b10f028
Special case one class in jit zygote.
by Nicolas Geoffray
· 6 years ago
3b19de2
Fix oatdump_test build dependencies.
by David Srbecky
· 6 years ago
5a0622a
jitzygote: Also Pre-JIT native methods.
by Nicolas Geoffray
· 6 years ago
8d83419
Reduce the timeout, 48 is outside of luci range.
by Nicolas Geoffray
· 6 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 6 years ago
6dfdfef
Set core platform API policy from command line flag
by David Brazdil
· 6 years ago
a4469ef
Describe the reason for the allow_all_shared_libs to the platform namespace
by Martin Stjernholm
· 6 years ago
dd8e222
Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl.
by Roland Levillain
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
f160394
Rewrite backtrace-helper to use Unwinder directly.
by David Srbecky
· 6 years ago
50eec3d
Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe.
by Roland Levillain
· 6 years ago
dc2fbb6
jitzygote: create a type lookup table at runtime for bootclasspath dex files.
by Nicolas Geoffray
· 6 years ago
307b284
Move on-load class modification log to VLOG(class_linker)
by Alex Light
· 6 years ago
dc1dffc
Fix metrics in GC performance dump
by Lokesh Gidra
· 6 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 6 years ago
408f7d0
Add libc_malloc_debug and _hooks to the runtime APEX
by Jiyong Park
· 6 years ago
c63d566
Update intrinsic Unsafe.getLong() after moving to core platform API
by David Brazdil
· 6 years ago
0039bc5
Do not change hidden API ArtMethod/ArtField access flags on AOT
by David Brazdil
· 6 years ago
31cc279
Fix hidden API DCHECK in ArtMethod::SetIntrinsic
by David Brazdil
· 6 years ago
2df4bfb
Do not check if known locations exist on host for hidden API
by David Brazdil
· 6 years ago
3e8aae0
Fix dex location of boot oat files during preopt
by David Brazdil
· 6 years ago
4059487
Fix CHECK for homogenous space compaction
by Mathieu Chartier
· 6 years ago
e7a3354
Handle methods being present in multiple threads correctly
by Alex Light
· 6 years ago
6683446
Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
11d5a25
Override Object#hashCode and add missing switch type.
by Yifan Ji
· 6 years ago
586e37b
ART: Add jars to boot integrity
by Andreas Gampe
· 6 years ago
b52df53
Revert^2 "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
2d79011
Add notifications for luci failures.
by Nicolas Geoffray
· 6 years ago
2e3cb54
Refactor art::GetAndroidDataSafe and art::GetAndroidData.
by Roland Levillain
· 6 years ago
1ed4515
Fix flaky 137-cfi test.
by David Srbecky
· 6 years ago
51d5a30
Use unique mutex to synchronize runtime_callbacks
by Alex Light
· 6 years ago
ecd21be
Fix tracing shutdown
by Ari Hausman-Cohen
· 6 years ago
fc8e759
art: remove unnecessary references to external/zlib.
by Elliott Hughes
· 6 years ago
8f88207
Revert "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
679dec1
Revert^2 "Use RAII for preventing user-code suspensions"
by Alex Light
· 6 years ago
66a6550
Remove support for moving GC collector transitions
by Mathieu Chartier
· 6 years ago
caf4b5a
Update luci timeouts in extreme gcstress cases.
by Nicolas Geoffray
· 6 years ago
89cbeb6
Fix AssertNonMovableStringClass().
by Vladimir Marko
· 6 years ago
93aa8b0
Fix include order
by David Sehr
· 6 years ago
f75dce4
Revert^2 "Delete GSS"
by Mathieu Chartier
· 6 years ago
a8d23cb
Use CommonArtTest for dexlayout, dexdiag
by David Sehr
· 6 years ago
1ea8a62
Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot.
by Roland Levillain
· 6 years ago
eaa4831
Revert "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
c723b81
Revert "Use RAII for preventing user-code suspensions"
by Alex Light
· 6 years ago
d271809
Don't JIT compile eagerly methods that have the resolution stub.
by Nicolas Geoffray
· 6 years ago
9ff900d
Replace more literal strings with constants in libartbase/base/file_utils.cc.
by Roland Levillain
· 6 years ago
163c8ab
Use concurrent.futures.ThreadExecutor for testrunner threads
by Orion Hodson
· 6 years ago
76b9c69
Split JIT mini-debug-info packing and compression to two phases.
by David Srbecky
· 6 years ago
e185883
Revert "Delete GSS"
by Mathieu Chartier
· 6 years ago
926c5f0
Update TODO for libcutils dependency.
by Martin Stjernholm
· 6 years ago
268aa30
Add dependency on libdl_android
by dimitry
· 6 years ago
1397ea1
Delete GSS
by Mathieu Chartier
· 6 years ago
3b23f75
Use the right directory for the csv file.
by Nicolas Geoffray
· 6 years ago
77f1766
Move dexdiag out of the release APEX, to avoid dependencies on
by Martin Stjernholm
· 6 years ago
3483d0a
Fix mterp assembly to use uxtw instead of lsl where needed.
by David Srbecky
· 6 years ago
9c8f344
Use RAII for preventing user-code suspensions
by Alex Light
· 6 years ago
3fa8b6d
Perform SetEvent under the user_code_suspend_count_lock_
by Alex Light
· 6 years ago
4f215d1
Rename dexdump2 to dexdump
by David Sehr
· 6 years ago
774232a
Add another missing entrypoint check for stack walk.
by David Srbecky
· 6 years ago
383f114
Fix ILL_ILLOPC issue-id 129895920 on 32bit armv7 device
by yuguoxu
· 6 years ago
6d4280c
Update LUCI console to removed Buildbot host builders
by Eric Foo
· 6 years ago
aeb9a16
Fix test for no-prebuild.
by Nicolas Geoffray
· 6 years ago
4a57d5f
ART: Remove old cout usage in method_verifier
by Andreas Gampe
· 6 years ago
527072e
Enable InMemoryDexClassLoader vdex only for Q+ targets
by David Brazdil
· 6 years ago
b9a05b0
Define a host version of com.android.runtime
by Dan Willemsen
· 6 years ago
0587b62
Sync public.libraries.buildbot.txt to ART chroot directory.
by Roland Levillain
· 6 years ago
c2f4357
Add native counterpart for VMRuntime.setProcessDataDirectory
by David Brazdil
· 6 years ago
f59bc11
Couple of improvements in the jit zygote pass.
by Nicolas Geoffray
· 6 years ago
30167d2
Fix typo in 692-vdex-inmem-loader
by David Brazdil
· 6 years ago
4de9bb6
Print allowed/denied in hiddenapi warning message
by David Brazdil
· 6 years ago
5dbd02a
Make couple of mterp function names start with lower-case.
by David Srbecky
· 6 years ago
2c5bcb8
Support boot classpath checksum without image
by David Brazdil
· 6 years ago
29885b3
Hide updatable-media package classes for app AOT compilation.
by Vladimir Marko
· 6 years ago
7126c5b
Preverify InMemoryDexClassLoader-loaded classes from vdex
by David Brazdil
· 6 years ago
c088b2e
Add support for flattened Runtime APEX to Make rule `standalone-apex-files`.
by Roland Levillain
· 6 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 6 years ago
df1a7d4
Run libjdwp tests with coredump=y
by Alex Light
· 6 years ago
42d0234
Slightly increase XZ block-size.
by David Srbecky
· 6 years ago
Next »