Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
673ed3d8aedc5462a47ded827c99f35d46525457
/
runtime
/
runtime.cc
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 10 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 10 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 10 years ago
02f0771
Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting""
by Igor Murashkin
· 10 years ago
90ef3db
Address some comments and clean up
by Mathieu Chartier
· 10 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 10 years ago
a315f5c
cleanup: Replace pointers with out-parameters and fix-up formatting
by Igor Murashkin
· 10 years ago
695a273
ART: Make warnings into errors in InitZygote
by Andreas Gampe
· 10 years ago
dd67125
ART: Change the stack dump format to be in line with debuggerd
by Andreas Gampe
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 10 years ago
1123794
Merge "Change intern table to not use WaitHoldingLocks"
by Mathieu Chartier
· 10 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 10 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 10 years ago
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 10 years ago
0541502
Merge "Generalize Valgrind annotations in ART to support ASan."
by Evgenii Stepanov
· 10 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 10 years ago
5b1eea0
Merge "Thread-local mark stacks for the CC collector."
by Hiroshi Yamauchi
· 10 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
7a4d015
Change JIT code to use optimizing.
by Nicolas Geoffray
· 10 years ago
41656de
Fix potential bugs in allocation tracker
by Man Cao
· 10 years ago
22bb5a2
Add implicit null pointer and stack overflow checks for Mips.
by Douglas Leung
· 10 years ago
01aaf6e
Allow for sig chain to be disabled.
by Calin Juravle
· 10 years ago
42c3c33
Make allocation tracker use less memory
by Man Cao
· 10 years ago
da0e224
Merge "Restore DDMS recent allocation tracking's behavior"
by Mathieu Chartier
· 10 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 10 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 10 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 10 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 10 years ago
3767017
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 10 years ago
8c2ff64
Add allocation stack traces for HPROF dump.
by Man Cao
· 10 years ago
054a078
Add atrace calls to runtime start and heap create
by Richard Uhler
· 11 years ago
e3b034a
Fix some ArtMethod related bugs
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
0de1133
Fix debuggable compiler flag detection for secondary dex files
by Sebastien Hertz
· 10 years ago
b81e1cd
Fix missing transaction abort error message
by Sebastien Hertz
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 12 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
40da286
ART: Streaming trace mode
by Andreas Gampe
· 11 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 11 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 11 years ago
9ba48ce
Merge "Fix the read barrier builds."
by Hiroshi Yamauchi
· 11 years ago
02d2f29
Fix the read barrier builds.
by Hiroshi Yamauchi
· 11 years ago
ae36b4a
Merge "Use specific exception class to abort transaction"
by Sebastien Hertz
· 11 years ago
2fd7e69
Use specific exception class to abort transaction
by Sebastien Hertz
· 11 years ago
f6a780a
ART: Move trace options to a struct
by Andreas Gampe
· 11 years ago
461687d
Visit image roots for hprof
by Mathieu Chartier
· 11 years ago
af38d89
Merge "ART: Use enums in Trace"
by Andreas Gampe
· 11 years ago
7e7e0f4
ART: Use enums in Trace
by Andreas Gampe
· 11 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 11 years ago
4585f87
ART: Some runtime cleanup
by Andreas Gampe
· 11 years ago
81c6f8d
ART: PathClassLoader for compiler
by Andreas Gampe
· 11 years ago
3679a47
Merge "Support relative encoded dex locations in oat files."
by Richard Uhler
· 11 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 11 years ago
785049f
Add paths to apk!lib/<abi> to LD_LIBRARY_PATH
by Dmitriy Ivanov
· 11 years ago
455f67c
Fix JIT options with late init
by Mathieu Chartier
· 11 years ago
12d625f
Change method verifiers to be thread local roots
by Mathieu Chartier
· 11 years ago
2435a43
ART: Add entries_ lock for race condition
by bowen_lai
· 11 years ago
c6201fa
Add way to select arena type at runtime
by Mathieu Chartier
· 11 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 11 years ago
9b34b24
Trim arenas for JIT
by Mathieu Chartier
· 11 years ago
5c9d8f0
Merge "Compute the right catch location for the debugger."
by Nicolas Geoffray
· 11 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 11 years ago
184c9dc
Fix some incorrect IsCompiler instead of IsAotCompiler
by Mathieu Chartier
· 11 years ago
7b2f09e
ART: Add debuggable compiler flag
by Andreas Gampe
· 11 years ago
775f1d4
Merge "Follow-up 128393"
by Sebastien Hertz
· 11 years ago
bd9cf9f
Follow-up 128393
by Sebastien Hertz
· 11 years ago
deebb99
Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling
by Mathieu Chartier
· 11 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 11 years ago
f548c54
Merge "Revert "Add JIT""
by Nicolas Geoffray
· 11 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 11 years ago
4fa1a27
Merge "Add JIT"
by Mathieu Chartier
· 11 years ago
2535abe
Add JIT
by Mathieu Chartier
· 11 years ago
39ce228
Merge "Only detach shutdown thread if we attached it"
by Mathieu Chartier
· 11 years ago
05d1461
Only detach shutdown thread if we attached it
by Mathieu Chartier
· 11 years ago
24e04aa
ART: Allow the execution to stop if the compilation fails via an option
by Jean Christophe Beyler
· 11 years ago
5a2be3f
Implement a simple count based boot marker.
by Narayan Kamath
· 11 years ago
f360ad0
Make UseTLAB a bool flag.
by Hiroshi Yamauchi
· 11 years ago
b3b173b
Follow up 129144
by Sebastien Hertz
· 11 years ago
53b36a2
Merge "Handle variable size of methods properly between 32 and 64 bit."
by Jeff Hao
· 11 years ago
c7d1188
Handle variable size of methods properly between 32 and 64 bit.
by Jeff Hao
· 11 years ago
3be6e9d
Read JDWP options from runtime
by Sebastien Hertz
· 11 years ago
911b4be
Merge "Fix transaction aborting"
by Sebastien Hertz
· 11 years ago
1c80bec
Fix transaction aborting
by Sebastien Hertz
· 11 years ago
eb6c7c2
art: Try to fix parsed_options_test on the build server
by Igor Murashkin
· 11 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 11 years ago
02c5f4d
Remove some unused cutils/properties.h references
by Brian Carlstrom
· 11 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 11 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 11 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 11 years ago
127d933
Merge "Use unique_ptr to track ownership of dex files."
by Richard Uhler
· 11 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 11 years ago
e6c143f
Fix bootclasspath string initialization
by Sebastien Hertz
· 11 years ago
c275259
Remove back-door bootclasspath option from Runtime
by Richard Uhler
· 11 years ago
a2cfee3
Fix valgrind imgdiag test failure / memory leak in runtime
by Igor Murashkin
· 11 years ago
487c1c9
Don't add or remove verifiers if aborting
by Mathieu Chartier
· 11 years ago
d289348
Remove a dependency on AndroidConfig.h.
by Elliott Hughes
· 11 years ago
956af0f
Remove portable.
by Elliott Hughes
· 11 years ago
Next »