Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
7bfd7ee880785ef383f6434eb4eb35fcaac5ad5a
/
runtime
/
native
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
957fb89
Merge "ART: Move DexCache arrays to native."
by Vladimir Marko
· 9 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
2a5892f
Move more Class annotations to native.
by Jeff Hao
· 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
1aca341
Merge "Synchronize JNI critical calls with the CC collector thread flip."
by Hiroshi Yamauchi
· 9 years ago
76f55b0
Synchronize JNI critical calls with the CC collector thread flip.
by Hiroshi Yamauchi
· 9 years ago
772cc4a
Merge "Change dex caches to be weak roots"
by Mathieu Chartier
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 9 years ago
13e748b
Revert "Revert "Move annotations to native.""
by Jeff Hao
· 9 years ago
7db6dd7
Revert "Move annotations to native."
by Roland Levillain
· 9 years ago
0042c6d
Move annotations to native.
by Jeff Hao
· 9 years ago
2a5c468
ART: Some header cleaning around bit-utils
by Andreas Gampe
· 9 years ago
cf36d49
ART: Compress LengthPrefixedArray on 32-bit targets.
by Vladimir Marko
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
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
bc1d78d
runtime: cleanup class_linker out-parameters and formatting
by Igor Murashkin
· 9 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
3152c82
Bugfix: Java char is 16 bits, can not be treated as boolean.
by Fredrik Roubert
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
1123794
Merge "Change intern table to not use WaitHoldingLocks"
by Mathieu Chartier
· 9 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 10 years ago
c952ac9
ART: Fix System.arraycopy
by Andreas Gampe
· 9 years ago
f182085
Add VMDebug.countInstancesOfClasses
by Mathieu Chartier
· 10 years ago
05b7226
Fix some java_lang_Class related moving GC bugs
by Mathieu Chartier
· 10 years ago
28c25d2
Merge "Let classloader provide correct LD_LIBRARY_PATH"
by Dmitriy Ivanov
· 10 years ago
281e500
Fix compaction bug in Class_getDeclaredMethodsUnchecked
by Mathieu Chartier
· 10 years ago
906846f
Let classloader provide correct LD_LIBRARY_PATH
by Dmitriy Ivanov
· 10 years ago
8c2ff64
Add allocation stack traces for HPROF dump.
by Man Cao
· 10 years ago
7323582
Merge "Revert "Revert "Modification to the way boot classpath resources are loaded"""
by Neil Fuller
· 10 years ago
ef48605
Revert "Revert "Modification to the way boot classpath resources are loaded""
by Neil Fuller
· 10 years ago
91b01c5
Merge "Revert "Modification to the way boot classpath resources are loaded""
by Neil Fuller
· 10 years ago
1e27c5b
Revert "Modification to the way boot classpath resources are loaded"
by Neil Fuller
· 10 years ago
9731395
Merge "Modification to the way boot classpath resources are loaded"
by Neil Fuller
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8363c77
Add --generate-debug-info flag and remove the other two flags.
by David Srbecky
· 10 years ago
15efde2
Reset libc targetSdkVersion
by Dmitriy Ivanov
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
0e08b76
Modification to the way boot classpath resources are loaded
by Neil Fuller
· 10 years ago
4e06778
Also print class for NoSuchFieldException
by Mathieu Chartier
· 10 years ago
b43390c
Hold heap bitmap lock in Heap::GetObjectsAllocated
by Mathieu Chartier
· 10 years ago
8e5bd18
Add a flag to StackVisitor for inlining.
by Nicolas Geoffray
· 10 years ago
0ae9899
Request full/partial GC type from VMRuntime.requestConcurrentGC().
by Hiroshi Yamauchi
· 10 years ago
2d2f2a9
Fix constructor access check through reflection
by Sebastien Hertz
· 10 years ago
69bdcb2
Fix java_lang_Class newInstance for strings; also quick entrypoints.
by Jeff Hao
· 10 years ago
f0a3d3d
Merge "ART: Fix constructor access checking"
by Andreas Gampe
· 10 years ago
8208bdd
ART: Fix constructor access checking
by Andreas Gampe
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
e34a42c
ART: Fix Trace types, check minimum buf size
by Andreas Gampe
· 10 years ago
0cd91f0
Merge "Move Class.newInstance to native"
by Mathieu Chartier
· 10 years ago
f36cb5f
Move Class.newInstance to native
by Mathieu Chartier
· 10 years ago
00bb878
ART: Add GENERATE_CFI to the ZygoteHooks debug flags
by Andreas Gampe
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
5988547
Class.forName(..., ..., null) fixes
by Brian Carlstrom
· 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
0cbb4a8
Merge "ART: Make the PathClassLoader fast-path recursive"
by Andreas Gampe
· 10 years ago
f865ea9
ART: Make the PathClassLoader fast-path recursive
by Andreas Gampe
· 10 years ago
1e6c489
Merge "getRuntimeStat() support (ART)."
by Hiroshi Yamauchi
· 10 years ago
d3ed9a3
Fix DCHECK failures from Class::VisitFieldRoots
by Mathieu Chartier
· 10 years ago
a1c9f01
getRuntimeStat() support (ART).
by Hiroshi Yamauchi
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
e598e04
ART: Add Array.createObjectArray to unstarted runtime
by Andreas Gampe
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
1e7e85a
Merge "Avoid using dex cache array pointers in libart."
by Vladimir Marko
· 10 years ago
c136312
Avoid using dex cache array pointers in libart.
by Vladimir Marko
· 10 years ago
a528e85
Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"
by Richard Uhler
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
02d2f29
Fix the read barrier builds.
by Hiroshi Yamauchi
· 10 years ago
95abd04
Rename isDexOptNeededInternal and add kSelfPatchOatNeeded
by Richard Uhler
· 10 years ago
a3d40d5
Merge "Fix some reflection errors"
by Mathieu Chartier
· 10 years ago
ca239af
Fix some reflection errors
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
785049f
Add paths to apk!lib/<abi> to LD_LIBRARY_PATH
by Dmitriy Ivanov
· 10 years ago
455f67c
Fix JIT options with late init
by Mathieu Chartier
· 10 years ago
6eff38d
Add JIT zygote hook
by Mathieu Chartier
· 10 years ago
2af72de
Merge "Remove ThrowLocation."
by Nicolas Geoffray
· 10 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 10 years ago
66d874d
Create OatFileAssistant class for assisting with oat files.
by Richard Uhler
· 10 years ago
324b9bb
ART: Move DexFile vector to Java array
by Andreas Gampe
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
e4301ff
ART: Make run-tests more verbose
by Andreas Gampe
· 10 years ago
0c8c303
Clean up the locks around Heap::VisitObjects().
by Hiroshi Yamauchi
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
1de5324
Merge "Clean up some #ifdefs."
by Elliott Hughes
· 10 years ago
0a18df8
Clean up some #ifdefs.
by Elliott Hughes
· 10 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 10 years ago
9851595
Mute common case DexFile.isDexOptNeeded log spam
by Brian Carlstrom
· 10 years ago
094368a
Merge "ART: Use interpret-only for vmSafeMode"
by Andreas Gampe
· 10 years ago
d2abbc9
ART: Use interpret-only for vmSafeMode
by Andreas Gampe
· 10 years ago
a5eae69
Add heap task processor
by Mathieu Chartier
· 10 years ago
079101a
Move GC daemon locking logic into heap
by Mathieu Chartier
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
Next »