Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
2e2c45efd6233b831e0ea5f763c0c27c1494e30f
/
runtime
/
runtime.cc
6dfdfef
Set core platform API policy from command line flag
by David Brazdil
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
331a5e1
Revert^2 Verify InMemoryDexClassLoader classes in a background thread
by David Brazdil
· 6 years ago
9ef308d
ART: Forbid the zygote to load code outside of system
by Andreas Gampe
· 6 years ago
b4bb63a
Revert "Verify InMemoryDexClassLoader classes in a background thread"
by David Brazdil
· 6 years ago
d592dbe
Verify InMemoryDexClassLoader classes in a background thread
by David Brazdil
· 6 years ago
b215557
Add FinalizerTimeoutMs argument, and respect it
by Hans Boehm
· 6 years ago
34857b5
Revert "Revert "Change state to waiting during aborting the VM""
by Koji Fukui
· 6 years ago
c8b7d44
Defer unloader JNI libraries of boot classpath as late as possible.
by Nicolas Geoffray
· 6 years ago
3e5c4ce
Use normal checkpoints for NotifyStartupCompleted
by Mathieu Chartier
· 6 years ago
21b6568
Unload native libraries during shutdown.
by Nicolas Geoffray
· 6 years ago
3383f9c
ART: Conditionally remove loaded-oat-count check
by Andreas Gampe
· 6 years ago
ebb481d
Revert "Change state to waiting during aborting the VM"
by Nicolas Geoffray
· 6 years ago
6e7a72c
Release app image metadata when startup is completed
by Mathieu Chartier
· 6 years ago
97b9649
Change state to waiting during aborting the VM
by Koji Fukui
· 6 years ago
a43ba3d
ART: Add ClassVerifier
by Andreas Gampe
· 6 years ago
8682354
ART: Allow to change boot image pickup order
by Andreas Gampe
· 6 years ago
43c23b8
Delete thread pool in NotifyStartupCompleted
by Mathieu Chartier
· 6 years ago
175ce3d
Add callback for notifying that startup is completed
by Mathieu Chartier
· 6 years ago
9176a4f
Merge "Trust that boot classpath dex files don't need on device dex file verification."
by Nicolas Geoffray
· 6 years ago
c816d24
Merge "Revert^2 "Prevent agents from delaying system daemon threads""
by Treehugger Robot
· 6 years ago
e0b2ce4
Revert^2 "Prevent agents from delaying system daemon threads"
by Alex Light
· 6 years ago
99fc938
Trust that boot classpath dex files don't need on device dex file verification.
by Nicolas Geoffray
· 6 years ago
c76c4cc
Merge "In boot image experiment mode, treat boot classpath classes as verified."
by Treehugger Robot
· 6 years ago
144f82c
In boot image experiment mode, treat boot classpath classes as verified.
by Nicolas Geoffray
· 6 years ago
c08c107
Revert "Prevent agents from delaying system daemon threads"
by Nicolas Geoffray
· 6 years ago
3611fdf
Prevent agents from delaying system daemon threads
by Alex Light
· 6 years ago
2f34e59
Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138
by Vladimir Marko
· 6 years ago
7210108
Replace StringPiece with std::string_view in art/runtime/.
by Vladimir Marko
· 6 years ago
a2fed08
ART: Optimize array accesses
by Andreas Gampe
· 6 years ago
7f88c1a
ART: Enable ISA features run-time detection for ARM64
by xueliang.zhong
· 6 years ago
107ce79
Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace.""
by Nicolas Geoffray
· 6 years ago
bd0eb2c
Revert "Load libopenjdk and libjavacore with the runtime namespace."
by Nicolas Geoffray
· 6 years ago
94c8670
Load libopenjdk and libjavacore with the runtime namespace.
by Nicolas Geoffray
· 6 years ago
6ad2e8e
Merge "ART: make generational CC a runtime option"
by Roland Levillain
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 6 years ago
0b4d146
ART: make generational CC a runtime option
by Albert Mingkun Yang
· 6 years ago
96259f1
Pass the Java caller's location to OpenNativeLibrary.
by Nicolas Geoffray
· 6 years ago
1c0ae84
ART: fix post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
2d22ffc
Merge "ART: Forward-declare Context"
by Treehugger Robot
· 6 years ago
fe2886d
Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage."
by Nicolas Geoffray
· 6 years ago
e5d2398
ART: Forward-declare Context
by Andreas Gampe
· 6 years ago
0f0a4e4
Merge "ART: show exact bytes along with human-friendly format"
by Roland Levillain
· 6 years ago
16bd6ac
ART: show exact bytes along with human-friendly format
by Albert Mingkun Yang
· 6 years ago
ada33d7
Move startup thread pool back into runtime
by Mathieu Chartier
· 6 years ago
226805d
Deoptimize zygote compiled methods in DeoptimizeBootImage.
by Nicolas Geoffray
· 6 years ago
de94ea7
ART: add dump region info runtime option
by Albert Mingkun Yang
· 6 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 6 years ago
93c21ba
Avoid waiting for threads to create
by Mathieu Chartier
· 6 years ago
6e0d325
ART: add post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
0633365
Merge "Create thread pool only during app image loading"
by Mathieu Chartier
· 6 years ago
b023b3f
Merge "ART: fix overflow in weighted allocated bytes metrics"
by Treehugger Robot
· 6 years ago
3ea4322
Create thread pool only during app image loading
by Mathieu Chartier
· 6 years ago
91f1032
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
ad2845c
ART: fix overflow in weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
573b387
Merge "ART: Set Runtime fault message on abort"
by Andreas Gampe
· 6 years ago
db4b1de
Revert "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
a9a0973
Merge "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
73d8cc7
Merge "Enable JIT in zygote."
by Nicolas Geoffray
· 6 years ago
89036a3
ART: Set Runtime fault message on abort
by Andreas Gampe
· 6 years ago
44f6760
ART: Rewrite Runtime fault message to be lock-free
by Andreas Gampe
· 6 years ago
d190851
Pass boot class path to ImageSpace::LoadBootImage.
by Vladimir Marko
· 6 years ago
ce9ed36
Enable JIT in zygote.
by Nicolas Geoffray
· 6 years ago
eac4d6a
Reduce runtime thread pool stack size
by Mathieu Chartier
· 6 years ago
274ed2e
Merge "Parallel image decompression"
by Mathieu Chartier
· 6 years ago
c6068c7
Parallel image decompression
by Mathieu Chartier
· 6 years ago
2d7329b
ART: add weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
a3283e4
Remove obsolete code related to patchoat.
by Vladimir Marko
· 6 years ago
80e6a09
Merge "Refactor code around JIT creation."
by Nicolas Geoffray
· 6 years ago
7a2c7c2
Refactor code around JIT creation.
by Nicolas Geoffray
· 6 years ago
d6e178e
Revert^2 "ART: add GC time ratio metrics to GC performance"
by Albert Mingkun Yang
· 6 years ago
90402ad
Merge "Revert "ART: add GC time ratio metrics to GC performance""
by Treehugger Robot
· 6 years ago
4d57c69
Revert "ART: add GC time ratio metrics to GC performance"
by Andreas Gampe
· 6 years ago
54c7da9
Merge changes Idc6e518c,Ia1cc0506
by David Brazdil
· 6 years ago
d946533
Merge "ART: add GC time ratio metrics to GC performance"
by Roland Levillain
· 6 years ago
2bb2fbd
Create SdkVersion enum, migrate users to it
by David Brazdil
· 6 years ago
fe21070
ART: add GC time ratio metrics to GC performance
by Albert Mingkun Yang
· 6 years ago
f50ac10
Simplify hidden_api.h logic
by David Brazdil
· 6 years ago
83e2049
ART: Add Runtime::IsSafeMode
by Andreas Gampe
· 6 years ago
a7edd0d
Fix JIT creation so it picks up runtime flags.
by Nicolas Geoffray
· 6 years ago
adcbf7f
Merge "Print the address of the sentinel object for debugging purposes."
by Roland Levillain
· 6 years ago
6941f48
ART: Fix JIT initialization
by Andreas Gampe
· 6 years ago
0e15559
Print the address of the sentinel object for debugging purposes.
by Roland Levillain
· 6 years ago
ad28f5e
ART: add hook for framework to set SELinux context
by Orion Hodson
· 6 years ago
0ee5082
Merge "Refactor MemMap::MapAnonymous()."
by Vladimir Marko
· 6 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
cb4f09e
Move some fast invoke checks to CanUseMterp
by David Srbecky
· 6 years ago
70f5fd0
ART: Add class-alloc-inl.h
by Andreas Gampe
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
50b4743
Move cpp-define related static_assert to runtime.
by David Srbecky
· 6 years ago
710d785
Merge "Add extra handling for loading intern tables"
by Mathieu Chartier
· 6 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 6 years ago
d55f6ee
Merge "Revert^4 "JVMTI PopFrame support""
by Alex Light
· 6 years ago
231a953
Merge "Cleanup the cpp-define-generator definitions."
by David Srbecky
· 6 years ago
766e74f
Cleanup the cpp-define-generator definitions.
by David Srbecky
· 6 years ago
0aa7a5a
Revert^4 "JVMTI PopFrame support"
by Alex Light
· 6 years ago
202b617
Revert "Revert^2 "JVMTI PopFrame support""
by Nicolas Geoffray
· 6 years ago
1c7b1fc
Revert^2 "JVMTI PopFrame support"
by Alex Light
· 6 years ago
068a9be
Merge "Revert "JVMTI PopFrame support""
by Alex Light
· 6 years ago
Next »