Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
0871cd77724873c9a8c58f04168e360afd787ab0
/
runtime
/
runtime.cc
0871cd7
Switch init order of WellKnownClasses and NativeMethods
by Yi Kong
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
0f0d5f3
Merge "ART: Change Init{From,Without}Image to return bool"
by Andreas Gampe
· 9 years ago
3db9c5d
ART: Change Init{From,Without}Image to return bool
by Andreas Gampe
· 9 years ago
d7b3c7f
Rename native library.
by Narayan Kamath
· 9 years ago
ba69a51
Fix bogus DCHECK and rename DidForkFromZygote.
by Nicolas Geoffray
· 9 years ago
787ae8e
Remove DEBUG_JIT from Zygote flags.
by Nicolas Geoffray
· 9 years ago
04302db
Fix class unloading with the CC collector.
by Hiroshi Yamauchi
· 9 years ago
bc36a0f
Build libxxavacore library for gtests
by Yi Kong
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
f32e832
Add Android System#arraycopy fast specializations.
by Przemyslaw Szczepaniak
· 9 years ago
0787f9d
Rename native library.
by Narayan Kamath
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
88f423f
Remove native registration of a new classes.
by Piotr Jastrzebski
· 10 years ago
8ca9077
Load libopenjdkjavacore in addition to libjavacore.
by Piotr Jastrzebski
· 10 years ago
6cff48f
ART: Speed up thread stack tracing for ANRs
by Christopher Ferris
· 11 years ago
32cc9ee
Change hash table load factors
by Mathieu Chartier
· 9 years ago
85506c2
Merge "Add initial default method support to Art"
by Alex Light
· 9 years ago
e58991b
Revert "Revert "Unload oat files""
by Mathieu Chartier
· 9 years ago
eb7c144
Add initial default method support to Art
by Alex Light
· 9 years ago
f9c6fc6
Add OatFileManager
by Mathieu Chartier
· 9 years ago
a6b1ead
Mark breakpoint roots
by Mathieu Chartier
· 9 years ago
c3fcd41
Address some code comments
by Mathieu Chartier
· 9 years ago
017ed0b
Fix CreateLinearAlloc bug
by Mathieu Chartier
· 9 years ago
951ec2c
Revert "Revert "Add one LinearAlloc per ClassLoader""
by Mathieu Chartier
· 9 years ago
6a6916b
Merge "ART: Fix destruction order in Runtime."
by Vladimir Marko
· 9 years ago
37cf51f
ART: Fix destruction order in Runtime.
by Vladimir Marko
· 9 years ago
7de5dfe
Revert "Add one LinearAlloc per ClassLoader"
by Nicolas Geoffray
· 9 years ago
356412e
Add one LinearAlloc per ClassLoader
by Mathieu Chartier
· 9 years ago
1147b9b
Use image pointer size for profile info
by Mathieu Chartier
· 9 years ago
35717f8
Merge "ART: Add some utilities for working with containers."
by Vladimir Marko
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
637ee0b
ART: Add some utilities for working with containers.
by Vladimir Marko
· 9 years ago
fdbd13c
Some fixes for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
c823eff
Disable the GDB-based test timeout dump in 32 bit.
by Hiroshi Yamauchi
· 9 years ago
4bc27eb
Merge "Use GDB to dump threads in test timeouts, if available."
by Hiroshi Yamauchi
· 9 years ago
6ffb9cc
Use GDB to dump threads in test timeouts, if available.
by Hiroshi Yamauchi
· 9 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 9 years ago
02f0771
Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting""
by Igor Murashkin
· 9 years ago
90ef3db
Address some comments and clean up
by Mathieu Chartier
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
a315f5c
cleanup: Replace pointers with out-parameters and fix-up formatting
by Igor Murashkin
· 9 years ago
695a273
ART: Make warnings into errors in InitZygote
by Andreas Gampe
· 9 years ago
dd67125
ART: Change the stack dump format to be in line with debuggerd
by Andreas Gampe
· 9 years ago
242ae94
ART: Change the stack dump format to be in line with debuggerd
by Andreas Gampe
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 9 years ago
1123794
Merge "Change intern table to not use WaitHoldingLocks"
by Mathieu Chartier
· 9 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 9 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 9 years ago
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 9 years ago
0541502
Merge "Generalize Valgrind annotations in ART to support ASan."
by Evgenii Stepanov
· 9 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
· 9 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
7a4d015
Change JIT code to use optimizing.
by Nicolas Geoffray
· 9 years ago
41656de
Fix potential bugs in allocation tracker
by Man Cao
· 9 years ago
ccbbda2
Add implicit null pointer and stack overflow checks for Mips.
by Douglas Leung
· 9 years ago
22bb5a2
Add implicit null pointer and stack overflow checks for Mips.
by Douglas Leung
· 9 years ago
01aaf6e
Allow for sig chain to be disabled.
by Calin Juravle
· 9 years ago
42c3c33
Make allocation tracker use less memory
by Man Cao
· 9 years ago
da0e224
Merge "Restore DDMS recent allocation tracking's behavior"
by Mathieu Chartier
· 9 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 9 years ago
bad9c7b
New experimental GC stress mode
by Mathieu Chartier
· 9 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 9 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 9 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 9 years ago
3767017
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 9 years ago
9a7fffb
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 9 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
· 10 years ago
7fabaa6
Add atrace calls to runtime start and heap create
by Richard Uhler
· 10 years ago
3d21bdf
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
e3b034a
Fix some ArtMethod related bugs
by Mathieu Chartier
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
094ff2c
Fix debuggable compiler flag detection for secondary dex files
by Sebastien Hertz
· 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
· 11 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
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
9ba48ce
Merge "Fix the read barrier builds."
by Hiroshi Yamauchi
· 10 years ago
02d2f29
Fix the read barrier builds.
by Hiroshi Yamauchi
· 10 years ago
ae36b4a
Merge "Use specific exception class to abort transaction"
by Sebastien Hertz
· 10 years ago
2fd7e69
Use specific exception class to abort transaction
by Sebastien Hertz
· 10 years ago
f6a780a
ART: Move trace options to a struct
by Andreas Gampe
· 10 years ago
461687d
Visit image roots for hprof
by Mathieu Chartier
· 10 years ago
af38d89
Merge "ART: Use enums in Trace"
by Andreas Gampe
· 10 years ago
7e7e0f4
ART: Use enums in Trace
by Andreas Gampe
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
4585f87
ART: Some runtime cleanup
by Andreas Gampe
· 10 years ago
81c6f8d
ART: PathClassLoader for compiler
by Andreas Gampe
· 10 years ago
3679a47
Merge "Support relative encoded dex locations in oat files."
by Richard Uhler
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
Next »