Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2e89e901b9f303549f3ba64e45d87292e9c986c8
/
runtime
/
runtime.cc
40c68c6
Fix dex2oat/oatdump cross-compilation.
by Nicolas Geoffray
· 9 years ago
796d630
Add an ImtConflictTable to better resolve IMT conflicts.
by Nicolas Geoffray
· 9 years ago
a373a33
Merge "Revert "Revert "Enable compilation of secondary dex files"""
by Nicolas Geoffray
· 9 years ago
c6b1b93
Revert "Revert "Enable compilation of secondary dex files""
by Nicolas Geoffray
· 9 years ago
f8cb178
Move process state into runtime
by Mathieu Chartier
· 9 years ago
e9e98f1
Merge "Do not JIT boot image during native-debugging (keep AOT code instead)."
by David Srbecky
· 9 years ago
04680f3
Dump oat file information as part of DumpForSigQuit.
by Nicolas Geoffray
· 9 years ago
f448016
Do not JIT boot image during native-debugging (keep AOT code instead).
by David Srbecky
· 9 years ago
db1f7da
Merge "ART: Remember whether the cache was pruned"
by Andreas Gampe
· 9 years ago
0cb11c3
runtime: delete native/java_lang_Runtime.h.
by Narayan Kamath
· 9 years ago
5f97157
runtime: delete native/java_lang_Runtime.cc
by Narayan Kamath
· 9 years ago
a1425a1
ART: Remember whether the cache was pruned
by Andreas Gampe
· 9 years ago
0b4cbd0
Add oatdump support for app images
by Mathieu Chartier
· 9 years ago
e70cda6
Merge "Revert "Enable compilation of secondary dex files""
by Nicolas Geoffray
· 9 years ago
d98a52f
Revert "Enable compilation of secondary dex files"
by Nicolas Geoffray
· 9 years ago
fb8932e
Merge "Enable compilation of secondary dex files"
by Calin Juravle
· 9 years ago
770b39e
Enable compilation of secondary dex files
by Calin Juravle
· 9 years ago
87aa99c
Merge "Record foreign dex files loaded by the app in the profile"
by Calin Juravle
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
9bab082
Merge "Simplify LoadNativeLibrary()"
by Dimitry Ivanov
· 9 years ago
c90bc92
Record foreign dex files loaded by the app in the profile
by Calin Juravle
· 9 years ago
25e0456
Give the JIT its own arena pool to avoid lock contentions.
by Nicolas Geoffray
· 9 years ago
942dc298
Simplify LoadNativeLibrary()
by Dimitry Ivanov
· 9 years ago
c66577e
Revert "Preload public libraries on Runtime::Start()"
by Nicolas Geoffray
· 9 years ago
ea9fc5b
Preload public libraries on Runtime::Start()
by Dimitry Ivanov
· 9 years ago
e4c77b4
Merge "Dex-wide ArenaPool scoping for AOT compilation"
by Vladimir Marko
· 9 years ago
ca76a1a
Dex-wide ArenaPool scoping for AOT compilation
by Jean-Philippe Halimi
· 9 years ago
5b82d33
The JIT does not need VerifedMethod nor CompilerCallbacks.
by Nicolas Geoffray
· 9 years ago
a73280d
Add an option to disable native stack dumping on SIGQUIT.
by Nicolas Geoffray
· 9 years ago
6eb6a39
ART: Simplify patchoat
by Andreas Gampe
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
27c6b48
Merge "Don't use native bridge for non zygote-spawn processes"
by Calin Juravle
· 9 years ago
d3e7c6c
Don't use native bridge for non zygote-spawn processes
by Calin Juravle
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
4a26f17
Remove GetImageRoots read barrier for image relocation
by Mathieu Chartier
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 10 years ago
9bdf108
Revert "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 10 years ago
1ee101a
Merge "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 10 years ago
919f553
Revert "Write dex files to oat file early."
by Vladimir Marko
· 10 years ago
a810830
Merge "Write dex files to oat file early."
by Vladimir Marko
· 10 years ago
fffbee4
Report types loaded during init to the native debugger
by Tamas Berghammer
· 10 years ago
625a64a
Write dex files to oat file early.
by Vladimir Marko
· 10 years ago
1452bee
Fast Art interpreter
by buzbee
· 10 years ago
0de47bb
Merge "ART: Use libopenjdkd"
by Andreas Gampe
· 10 years ago
10edbb1
ART: Use libopenjdkd
by Andreas Gampe
· 10 years ago
7ede3dd
Merge "Assume the profile file was created before saving."
by Calin Juravle
· 10 years ago
b94a890
Merge "Add systrace output to runtime shutdown"
by Mathieu Chartier
· 10 years ago
fb6db4c
Add systrace output to runtime shutdown
by Mathieu Chartier
· 10 years ago
205b762
Address some intern table comments
by Mathieu Chartier
· 10 years ago
ea0831f
Re-enable adding intern table to image
by Mathieu Chartier
· 10 years ago
1c1a342
Fix multi-image TODOs in class linker, runtime, and oat file.
by Jeff Hao
· 10 years ago
5e2b971
Assume the profile file was created before saving.
by Calin Juravle
· 10 years ago
8994a04
Revert "Revert "ART: Fix up some multi-image cases""
by Andreas Gampe
· 10 years ago
de38b79
Revert "ART: Fix up some multi-image cases"
by Nicolas Geoffray
· 10 years ago
288b1e9
ART: Fix up some multi-image cases
by Andreas Gampe
· 10 years ago
7f65b46
Merge "Save profile information in a separate thread." am: 58b2329de7
by Calin Juravle
· 10 years ago
58b2329
Merge "Save profile information in a separate thread."
by Calin Juravle
· 10 years ago
4d77b6a
Save profile information in a separate thread.
by Calin Juravle
· 10 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 10 years ago
aa944b9
Merge "Use shared namespaces for bundled apps"
by Dimitry Ivanov
· 10 years ago
d5aeb13
Merge "Pass down to the runtime the application code paths." am: 115a02b737
by Calin Juravle
· 10 years ago
115a02b
Merge "Pass down to the runtime the application code paths."
by Calin Juravle
· 10 years ago
d5bbadf
Use shared namespaces for bundled apps
by Dimitry Ivanov
· 10 years ago
df0de04
Merge "Use shared namespaces for bundled apps"
by Dimitry Ivanov
· 10 years ago
471fb5b
Merge "Add some dumping when SIGQUIT for the JIT." am: bdd12e0e04 am: 88e3342e07
by Nicolas Geoffray
· 10 years ago
986f650
Use shared namespaces for bundled apps
by Dimitry Ivanov
· 10 years ago
66f5523
Pass down to the runtime the application code paths.
by Calin Juravle
· 10 years ago
aee2156
Add some dumping when SIGQUIT for the JIT.
by Nicolas Geoffray
· 10 years ago
e86c0e6
Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" am: 8cf97d7295
by Calin Juravle
· 10 years ago
8cf97d7
Merge "Revert "Revert "Enable profiled guided compilation in dex2oat"""
by Calin Juravle
· 10 years ago
f608299
Merge "Special case system_server to not create the JIT code cache."
by Nicolas Geoffray
· 10 years ago
3e38172
Port isolated namespace changes over to OpenJdkJvm.cc
by Dmitriy Ivanov
· 10 years ago
44409d3
Use isolated namespaces for app native libs
by Dmitriy Ivanov
· 10 years ago
98d46d2
Merge "Use isolated namespaces for app native libs"
by Dimitry Ivanov
· 10 years ago
226501b
Revert "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 10 years ago
d66c862
Special case system_server to not create the JIT code cache.
by Nicolas Geoffray
· 10 years ago
d38b1b7
Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 66278646b5
by Calin Juravle
· 10 years ago
6627864
Merge "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 10 years ago
2306ae0
Revert "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 10 years ago
22df2db
Merge "Enable profiled guided compilation in dex2oat" am: a79c717fd4
by Calin Juravle
· 10 years ago
a79c717
Merge "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 10 years ago
7d2b04c
Skip DumpForSigQuit if debugger is active
by Mathieu Chartier
· 10 years ago
f5a3099
Use isolated namespaces for app native libs
by Dmitriy Ivanov
· 10 years ago
0b8f1bf
Skip DumpForSigQuit if debugger is active
by Mathieu Chartier
· 10 years ago
500c9be
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 10 years ago
8701fc2
Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 2433d4e17c
by Vladimir Marko
· 10 years ago
88b2b80
Allow initializing runtime with parsed options.
by Vladimir Marko
· 10 years ago
acb3040
Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 68cebffee2 am: e6527ffc11
by Nicolas Geoffray
· 10 years ago
9fdb129
Revert "Enable profiled guided compilation in dex2oat"
by Nicolas Geoffray
· 10 years ago
7fa9723
Merge "ART: Refactor oat_file.h/cc for better maintainability" am: dbec5e71e0 am: 98acd60161
by Andreas Gampe
· 10 years ago
dbec5e7
Merge "ART: Refactor oat_file.h/cc for better maintainability"
by Andreas Gampe
· 10 years ago
049cff0
ART: Refactor oat_file.h/cc for better maintainability
by Andreas Gampe
· 10 years ago
b70e694
Merge "Enable profiled guided compilation in dex2oat" am: ec92d4f902 am: ed3a23d4aa
by Calin Juravle
· 10 years ago
27e17fd
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 10 years ago
4b6c01b
Merge "Save jit profiling info to file." am: e8bc4ec44a am: 449f62e059
by Calin Juravle
· 10 years ago
31f2c15
Save jit profiling info to file.
by Calin Juravle
· 10 years ago
0871cd7
Switch init order of WellKnownClasses and NativeMethods
by Yi Kong
· 10 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 10 years ago
Next »