Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
893e8881e31180721512c1b9e5ffacb03aad2e45
/
runtime
e6a8eec
Fix frequent gcstress ThreadStress crash
by Mathieu Chartier
· 10 years ago
af56baf
Merge "Don't allow suspension from FindLocksAtDexPc"
by Mathieu Chartier
· 10 years ago
4306ef8
Don't allow suspension from FindLocksAtDexPc
by Mathieu Chartier
· 10 years ago
9851595
Mute common case DexFile.isDexOptNeeded log spam
by Brian Carlstrom
· 10 years ago
3d5872e
Merge "ART: Reorder entrypoint argument order"
by Andreas Gampe
· 10 years ago
b8f2f63
Implement LogLineLowStack() properly.
by Vladimir Marko
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 10 years ago
5c19607
Update oat version to 053.
by Chenfu Bao
· 10 years ago
7e541c9
ART: Fix verification of constructors.
by Stephen Kyle
· 10 years ago
5c79aec
Merge "ART: Swap-space in the compiler"
by Andreas Gampe
· 10 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
508d266
Merge "ART: Do not JNI abort on nullptr GetObjectRefType"
by Andreas Gampe
· 10 years ago
a876307
ART: Do not JNI abort on nullptr GetObjectRefType
by Andreas Gampe
· 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
48e7f33
Merge "Add heap task processor"
by Mathieu Chartier
· 10 years ago
a5eae69
Add heap task processor
by Mathieu Chartier
· 10 years ago
fa28ef0
Merge "Pass the real capacity to CreateRosAlloc."
by Hiroshi Yamauchi
· 10 years ago
94c41df
Pass the real capacity to CreateRosAlloc.
by Hiroshi Yamauchi
· 10 years ago
23f6e69
Only dump suspend all histogram if we have samples
by Mathieu Chartier
· 10 years ago
fcd3f33
Merge "Use correct handle scope offset from StackVisitor"
by Sebastien Hertz
· 10 years ago
e4b7c89
Use correct handle scope offset from StackVisitor
by Sebastien Hertz
· 10 years ago
58a1c07
Merge "Cleanup JDWP event matching"
by Sebastien Hertz
· 10 years ago
7c378e4
Merge "Fix a race condition during the rosalloc verification."
by Hiroshi Yamauchi
· 10 years ago
bf7b41f
Merge "Fix concurrent GC ergonomics"
by Mathieu Chartier
· 10 years ago
a1b94c6
Fix a race condition during the rosalloc verification.
by Hiroshi Yamauchi
· 10 years ago
e2c2f6e
Fix concurrent GC ergonomics
by Mathieu Chartier
· 10 years ago
70a596d
Add thread suspend histogram
by Mathieu Chartier
· 10 years ago
e9231c0
Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"
by Igor Murashkin
· 10 years ago
d457b9c
Merge "Add systrace events to monitors and thread suspension"
by Mathieu Chartier
· 10 years ago
f0dc8b5
Add systrace events to monitors and thread suspension
by Mathieu Chartier
· 10 years ago
28d6b6c
Merge "JDWP: fix setting multiple breakpoints in the same method"
by Sebastien Hertz
· 10 years ago
abe93e0
JDWP: fix setting multiple breakpoints in the same method
by Sebastien Hertz
· 10 years ago
7d95565
Cleanup JDWP event matching
by Sebastien Hertz
· 10 years ago
475cfd8
Fix typo bug for Mips32.
by Douglas Leung
· 10 years ago
c85cdeb
Delete gc request lock
by Mathieu Chartier
· 10 years ago
3774335
Add a new imgdiag tool to diff boot.art/core.art against a process
by Igor Murashkin
· 10 years ago
e34652f
[MIPSR6] Adjust assembly routines for MIPS R6 isa
by Duane Sand
· 10 years ago
487c1c9
Don't add or remove verifiers if aborting
by Mathieu Chartier
· 10 years ago
eb0a179
Add more logging to Mutex::ExclusiveUnlock
by Mathieu Chartier
· 10 years ago
82a800d
Decrement suspend count if thread is shutting down
by Mathieu Chartier
· 10 years ago
079101a
Move GC daemon locking logic into heap
by Mathieu Chartier
· 10 years ago
81d0352
Merge "Clean up debugger"
by Mathieu Chartier
· 10 years ago
bc689b7
Clean up debugger
by Mathieu Chartier
· 10 years ago
8683038
ART: Do not inline elf writer debug symbols
by Andreas Gampe
· 10 years ago
2904573
Merge "Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued."
by Mathieu Chartier
· 10 years ago
c930509
Merge "ART: Show invalid oat header cause in error message"
by Andreas Gampe
· 10 years ago
2bcb3b2
ART: Show invalid oat header cause in error message
by Andreas Gampe
· 10 years ago
4de14bb
Merge "Save all registers in native to Java stubs."
by Nicolas Geoffray
· 10 years ago
d64ba38
Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued.
by Pavel Vyssotski
· 10 years ago
152f391
Merge "Disable HomogeneousSpaceCompact for GSS collector"
by Hiroshi Yamauchi
· 10 years ago
d289348
Remove a dependency on AndroidConfig.h.
by Elliott Hughes
· 10 years ago
d1512fe
Merge "Add ReferenceQueue test"
by Mathieu Chartier
· 10 years ago
9e2094f
Add ReferenceQueue test
by Mathieu Chartier
· 10 years ago
f51890d
Merge "ART: More logging on GetAccessFlags failure"
by Andreas Gampe
· 10 years ago
a692866
ART: More logging on GetAccessFlags failure
by Andreas Gampe
· 10 years ago
55037f1
Merge "Remove portable."
by Elliott Hughes
· 10 years ago
67989fd
Merge "Remove proxy logic from GetCodeItem"
by Mathieu Chartier
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
ecf04dd
Merge "ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc"
by Sebastien Hertz
· 10 years ago
d0e0d4c
Disable HomogeneousSpaceCompact for GSS collector
by Lin Zang
· 10 years ago
4808846
Save all registers in native to Java stubs.
by Nicolas Geoffray
· 10 years ago
12b3dd7
Remove proxy logic from GetCodeItem
by Mathieu Chartier
· 10 years ago
95a505c
Increase default allocation stack size
by Mathieu Chartier
· 10 years ago
d691045
Merge "Revert "Revert "Ensure void type is resolved when running without image"""
by Andreas Gampe
· 10 years ago
68a8f5e
Merge "Add verifier support for dequickening"
by Mathieu Chartier
· 10 years ago
36b58f5
Add verifier support for dequickening
by Mathieu Chartier
· 10 years ago
a696c0a
ART: More ELF and oat file safety measures
by Andreas Gampe
· 10 years ago
76bd880
Revert "Revert "Ensure void type is resolved when running without image""
by Andreas Gampe
· 10 years ago
4381cd6
Merge "Revert "Ensure void type is resolved when running without image""
by Nicolas Geoffray
· 10 years ago
fe382b5
Revert "Ensure void type is resolved when running without image"
by Nicolas Geoffray
· 10 years ago
2cd6142
Merge "Stop daemon threads in runtime shutdown"
by Mathieu Chartier
· 10 years ago
2387a59
Merge "Ensure void type is resolved when running without image"
by Sebastien Hertz
· 10 years ago
b3991da
Merge "Add missing iget quick for bool, byte, char, short"
by Mathieu Chartier
· 10 years ago
ffc605c
Add missing iget quick for bool, byte, char, short
by Mathieu Chartier
· 10 years ago
3138584
Ensure void type is resolved when running without image
by Sebastien Hertz
· 10 years ago
cef50f0
Stop daemon threads in runtime shutdown
by Mathieu Chartier
· 10 years ago
776b880
Merge "Ensure stack maps are 4 byte aligned."
by Nicolas Geoffray
· 10 years ago
be6fa5e
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics.
by Brian Carlstrom
· 10 years ago
376b2bb
Ensure stack maps are 4 byte aligned.
by Nicolas Geoffray
· 10 years ago
b1a38e2
Merge "Support proxy method in StackVisitor::GetThisObject"
by Sebastien Hertz
· 10 years ago
55e681a
Merge "Revert "Tidy gAborting.""
by Nicolas Geoffray
· 10 years ago
db97871
Revert "Tidy gAborting."
by Nicolas Geoffray
· 10 years ago
a836bc9
Support proxy method in StackVisitor::GetThisObject
by Sebastien Hertz
· 10 years ago
6bb3919
Merge "Quick: Redefine the notion of back-egdes."
by Vladimir Marko
· 10 years ago
d1780b9
Merge "JDWP: avoid crash on unsupported modifier"
by Sebastien Hertz
· 10 years ago
6d7839e
JDWP: avoid crash on unsupported modifier
by Sebastien Hertz
· 10 years ago
8b858e1
Quick: Redefine the notion of back-egdes.
by Vladimir Marko
· 10 years ago
838debd
Fix reference table sorting
by Brian Carlstrom
· 10 years ago
e4ea6a9
Merge "Make it possible to enable heap poisoning via make variable."
by Hiroshi Yamauchi
· 10 years ago
b0d22f1
Make it possible to enable heap poisoning via make variable.
by Hiroshi Yamauchi
· 10 years ago
4099b78
Re-add missing read barriers
by Mathieu Chartier
· 10 years ago
38ebea4
Clean up ReferenceTable::Dump
by Mathieu Chartier
· 10 years ago
c4925d4
Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE"
by Calin Juravle
· 10 years ago
d2ec87d
[optimizing compiler] Add REM_FLOAT and REM_DOUBLE
by Calin Juravle
· 10 years ago
7522c74
ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc
by Pavel Vyssotski
· 10 years ago
9d4c8dc
Merge "Add pointer size logic to InitFromImageInterpretOnly"
by Mathieu Chartier
· 10 years ago
c8b975f
Merge "Fix arm unwind data for art code."
by Christopher Ferris
· 10 years ago
a89d7ed
Add pointer size logic to InitFromImageInterpretOnly
by Mathieu Chartier
· 10 years ago
d02bd69
Merge "ART: Fix typo"
by Andreas Gampe
· 10 years ago
Next »