Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
2b021c83498e523781ef3f413ebe34a3512900b3
/
runtime
9e9fc70
Merge "Remove kDex2OatHostKey from oat-header"
by Treehugger Robot
· 6 years ago
e5a5680
Merge changes Iefe0f159,Ibe5bf113,Ic3d158d5
by Andreas Gampe
· 6 years ago
d8b963f
Merge "Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch."
by Nicolas Geoffray
· 6 years ago
83e2049
ART: Add Runtime::IsSafeMode
by Andreas Gampe
· 6 years ago
d32ce09
ART: Split Runtime::IsNativeDebuggable
by Andreas Gampe
· 6 years ago
d6f3019
Remove kDex2OatHostKey from oat-header
by Alex Light
· 6 years ago
9893c47
Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch.
by Nicolas Geoffray
· 6 years ago
57ee347
Merge "Avoid unnecessary read barriers in mirror::Class."
by Vladimir Marko
· 6 years ago
61f9bf1
Merge "Clean up primitive array helpers in Object."
by Vladimir Marko
· 6 years ago
5cc0e75
Emit JVMTI events for LockSupport.park
by Charles Munger
· 6 years ago
dbcb48f
Avoid unnecessary read barriers in mirror::Class.
by Vladimir Marko
· 6 years ago
104883b
Clean up primitive array helpers in Object.
by Vladimir Marko
· 6 years ago
4630f9a
Merge "Revert^2 "Notify waiters when releasing the monitor""
by Treehugger Robot
· 6 years ago
bad5c9a
Merge "ART: add GC live ratio metrics to GC performance"
by Roland Levillain
· 6 years ago
c665d63
Revert^2 "Notify waiters when releasing the monitor"
by Charles Munger
· 6 years ago
e260e54
ART: add GC live ratio metrics to GC performance
by Albert Mingkun Yang
· 6 years ago
5f25001
Make exception handling code in switch interpreter NO_INLINE.
by David Srbecky
· 6 years ago
8ed45c8
Add test configuration for the switch interpreter.
by David Srbecky
· 6 years ago
a4a96af
Share the preamble in switch interpreter.
by David Srbecky
· 6 years ago
d4c1c08
Merge "Replace switch interpreter macros with C++ functions."
by David Srbecky
· 6 years ago
9960cbc
Revert "Link lzma and lz4 compression libs statically into libartbase and use that"
by Annie Meng
· 6 years ago
47ad376
Replace switch interpreter macros with C++ functions.
by David Srbecky
· 6 years ago
21579be
Link lzma and lz4 compression libs statically into libartbase and use that
by Martin Stjernholm
· 6 years ago
bf98321
Merge "ART: Fix internal addr2line"
by Treehugger Robot
· 6 years ago
24a993d
Merge "Clean up oat key-value store."
by Vladimir Marko
· 6 years ago
56581d8
Clean up oat key-value store.
by Vladimir Marko
· 6 years ago
fe59955
Merge "Fix JIT creation so it picks up runtime flags."
by Orion Hodson
· 6 years ago
c2cab4b
Merge "Refactor ClassLinker::FindPrimitiveClass()."
by Vladimir Marko
· 6 years ago
9186b18
Refactor ClassLinker::FindPrimitiveClass().
by Vladimir Marko
· 6 years ago
b70c999
Merge "Split interpreter_switch_impl into smaller functions."
by David Srbecky
· 6 years ago
a7edd0d
Fix JIT creation so it picks up runtime flags.
by Nicolas Geoffray
· 6 years ago
15a678a
ART: Fix internal addr2line
by Andreas Gampe
· 6 years ago
456b492
Add timing split for updating app image class loaders
by Mathieu Chartier
· 6 years ago
6da8247
Split interpreter_switch_impl into smaller functions.
by David Srbecky
· 6 years ago
4fc843c
Merge "Revert "Notify waiters when releasing the monitor""
by Roland Levillain
· 6 years ago
9cec965
Revert "Notify waiters when releasing the monitor"
by Roland Levillain
· 6 years ago
6b2b372
Merge "ART: Add CRC32.udate(int,int) intrinsic for ARM64"
by Vladimir Marko
· 6 years ago
adcbf7f
Merge "Print the address of the sentinel object for debugging purposes."
by Roland Levillain
· 6 years ago
0d95e6a
Merge "Notify waiters when releasing the monitor"
by Treehugger Robot
· 6 years ago
6941f48
ART: Fix JIT initialization
by Andreas Gampe
· 6 years ago
aa31f49
Revert^4 "Implement LockSupport.park with a futex"
by Charles Munger
· 6 years ago
0e15559
Print the address of the sentinel object for debugging purposes.
by Roland Levillain
· 6 years ago
a517554
Merge "ART: Throw on soft verify failure in InitializeClass()."
by Vladimir Marko
· 6 years ago
1ebb52c
Notify waiters when releasing the monitor
by Charles Munger
· 6 years ago
23d3ed8
Merge "Smarter set intersection between app image and non boot image strings"
by Mathieu Chartier
· 6 years ago
8fc7558
Smarter set intersection between app image and non boot image strings
by Mathieu Chartier
· 6 years ago
a53da8f
Merge "Do not cache RequiresConstructorBarrier() results."
by Vladimir Marko
· 6 years ago
d79b37b
ART: Throw on soft verify failure in InitializeClass().
by Vladimir Marko
· 6 years ago
fd35c68
Merge "Add support for shared libaries in class loader context."
by Nicolas Geoffray
· 6 years ago
d77b67a
Merge "ART: Clean up android_dlopen_ext() call."
by Vladimir Marko
· 6 years ago
63a2365
Merge "Remove VMRuntime.hasUsedHiddenApi()"
by David Brazdil
· 6 years ago
cb58b07
ART: Add CRC32.udate(int,int) intrinsic for ARM64
by xueliang.zhong
· 7 years ago
ca3c63a
Merge "Optimize string comparisons in Class::FindClassMethod."
by David Srbecky
· 6 years ago
8cc418e
Track what intern tables are from boot images
by Mathieu Chartier
· 6 years ago
39d8c87
Optimize string comparisons in Class::FindClassMethod.
by David Srbecky
· 6 years ago
7f22624
Remove VMRuntime.hasUsedHiddenApi()
by David Brazdil
· 6 years ago
f6cfd00
ART: Clean up android_dlopen_ext() call.
by Vladimir Marko
· 6 years ago
c1c3452
Do not cache RequiresConstructorBarrier() results.
by Vladimir Marko
· 6 years ago
06af3b4
Add support for shared libaries in class loader context.
by Nicolas Geoffray
· 6 years ago
1e152a6
Merge "Revert "Revert^2 "Implement LockSupport.park with a futex"""
by Nicolas Geoffray
· 6 years ago
d69c49a
Merge "Hold intern table lock for AddImageStringsToTable"
by Mathieu Chartier
· 6 years ago
13f4d96
Revert "Revert^2 "Implement LockSupport.park with a futex""
by Nicolas Geoffray
· 6 years ago
0708fc0
Merge "Do not clobber reserved register X18"
by Yi Kong
· 6 years ago
0b59b54
Merge "Use _PRIVATE versions of futex ops."
by Treehugger Robot
· 6 years ago
5c89c57
Do not clobber reserved register X18
by Yi Kong
· 6 years ago
41c0808
Hold intern table lock for AddImageStringsToTable
by Mathieu Chartier
· 6 years ago
7530bae
Use _PRIVATE versions of futex ops.
by Charles Munger
· 6 years ago
4e7077d
Revert^2 "Implement LockSupport.park with a futex"
by Charles Munger
· 6 years ago
97d40f9
Merge "Revert "Implement LockSupport.park with a futex""
by Filip Pavlis
· 6 years ago
2947ba6
Merge "Requeue rather than wake when notifying."
by Treehugger Robot
· 6 years ago
41ae033
Merge "ART: add hook for framework to set SELinux context"
by Orion Hodson
· 6 years ago
5485371
Revert "Implement LockSupport.park with a futex"
by Filip Pavlis
· 6 years ago
3a37d82
Merge "Refactor assertions in ConcurrentCopying::ProcessMarkStackRef."
by Roland Levillain
· 6 years ago
91ddef3
Merge "Cache whether we should use interpreter invoke fast-path."
by David Srbecky
· 6 years ago
9581e61
Cache whether we should use interpreter invoke fast-path.
by David Srbecky
· 6 years ago
ad28f5e
ART: add hook for framework to set SELinux context
by Orion Hodson
· 6 years ago
fe79b59
Merge "Implement LockSupport.park with a futex"
by Treehugger Robot
· 6 years ago
30890f6
Merge "Add invoke fast-path support for quickened invokes."
by David Srbecky
· 6 years ago
08cb738
Add invoke fast-path support for quickened invokes.
by David Srbecky
· 6 years ago
6b72b77
Merge "ART: Add string-alloc-inl.h"
by Andreas Gampe
· 6 years ago
fd63bbf
ART: Add string-alloc-inl.h
by Andreas Gampe
· 6 years ago
69ebc8f
Merge "Add PreResolved strings dex cache array"
by Mathieu Chartier
· 6 years ago
5fcf1ea
Refactor assertions in ConcurrentCopying::ProcessMarkStackRef.
by Roland Levillain
· 6 years ago
5e1a75c
Implement LockSupport.park with a futex
by Charles Munger
· 6 years ago
1ca718e
Add PreResolved strings dex cache array
by Mathieu Chartier
· 6 years ago
0ee5082
Merge "Refactor MemMap::MapAnonymous()."
by Vladimir Marko
· 6 years ago
eead626
Merge "Revert "Link compression libs statically into libartbase and use those everywhere.""
by Nicolas Geoffray
· 6 years ago
65ed42a
Revert "Link compression libs statically into libartbase and use those everywhere."
by Nicolas Geoffray
· 6 years ago
47cd272
Remove HiddenApiAccessFlags, move content to hiddenapi::
by David Brazdil
· 6 years ago
6e32b00
Merge "Link compression libs statically into libartbase and use those everywhere."
by Martin Stjernholm
· 6 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
f82eb6e
Merge "Revert^4: Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
dc0156d
Merge "Clear registers in mterp floating point operations."
by Nicolas Geoffray
· 6 years ago
1023cf8
Merge "Add logging info when ref in mark-stack non-gray"
by Treehugger Robot
· 6 years ago
a63dc15
Merge "Modernise code to use std::make_unique"
by Yi Kong
· 6 years ago
e8d4509
Merge "ART: Do some include-what-you-use"
by Treehugger Robot
· 6 years ago
420522a
Add logging info when ref in mark-stack non-gray
by Lokesh Gidra
· 6 years ago
c57c680
Modernise code to use std::make_unique
by Yi Kong
· 6 years ago
8a94003
Link compression libs statically into libartbase and use those everywhere.
by Martin Stjernholm
· 6 years ago
bec5b29
Merge "Move some fast invoke checks to CanUseMterp"
by David Srbecky
· 6 years ago
Next »