Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2ff224df935def246e12590ebc1eb81b45793c45
/
runtime
/
interpreter
/
unstarted_runtime.cc
3068d58
Clean up creating handles from `this`.
by Vladimir Marko
· 6 years ago
9b81ac3
Add default argument kIsInstrumented=true.
by Vladimir Marko
· 6 years ago
dfc0de7
Partially ObjPtr<>-ify Object, fix stale ref in test.
by Vladimir Marko
· 6 years ago
4617d58
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
by Vladimir Marko
· 6 years ago
0984e48
Style cleanup for ObjPtr<>-ify changes.
by Vladimir Marko
· 6 years ago
0eefb9b
ObjPtr<>-ify mirror::Field and mirror::Executable.
by Vladimir Marko
· 6 years ago
4bcd657
Take hidden API into account during getDeclaredMethod()
by David Brazdil
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 7 years ago
91f1032
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 7 years ago
db4b1de
Revert "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 7 years ago
d190851
Pass boot class path to ImageSpace::LoadBootImage.
by Vladimir Marko
· 7 years ago
f50ac10
Simplify hidden_api.h logic
by David Brazdil
· 7 years ago
fd63bbf
ART: Add string-alloc-inl.h
by Andreas Gampe
· 7 years ago
70f5fd0
ART: Add class-alloc-inl.h
by Andreas Gampe
· 7 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 7 years ago
8e0f043
ART: Add array-alloc-inl.h
by Andreas Gampe
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
78baed5
ART: Use reinterpret_cast{32,64}<> when appropriate.
by Vladimir Marko
· 7 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 7 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 7 years ago
ca701c3
Merge "Modernize codebase by replacing NULL with nullptr"
by Treehugger Robot
· 7 years ago
7ec95c5
Update expected call stack for caller of Thread.currentThread()
by Paul Duffin
· 7 years ago
4b22b34
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
a9746b9
Refactor Object CAS with and without write barrier
by Mathieu Chartier
· 7 years ago
42c2e50
Refactor CasField32
by Mathieu Chartier
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
2d3065e
ObjPtr<>-ify annotation processing.
by Vladimir Marko
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
f5f1f80
Revert^2 "hidden_api: Call back into libcore on hidden api detection""
by Narayan Kamath
· 7 years ago
27b9676
ART: Simplify quasi_atomic.h
by Orion Hodson
· 7 years ago
8e1a7cb
Revert "Revert "Allow hidden API access from system libraries""
by David Brazdil
· 7 years ago
0127b71
Revert "Allow hidden API access from system libraries"
by Nicolas Geoffray
· 7 years ago
eefabd2
Allow hidden API access from system libraries
by David Brazdil
· 7 years ago
8ce3bfa
Refactor enforcement of hidden API policy when linking
by David Brazdil
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
7287c4d
Add Class.getPrimitiveClass().
by Vladimir Marko
· 7 years ago
a02cb11
Move hidden API warnings into resolvers
by David Brazdil
· 7 years ago
5a61bb7
Start enforcing hidden API blacklist
by David Brazdil
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 8 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 8 years ago
c6194f0
Remove unused method String.fastIndexOf
by Przemyslaw Szczepaniak
· 8 years ago
cc55e1d
Don't use fences to implement volatiles
by Hans Boehm
· 8 years ago
331f4c4
Merge "ART: Change method lookup to be more consistent to JLS and the RI."
by Treehugger Robot
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
eac4f28
ART: Fix UnstartedRuntime unique_ptr braino
by Andreas Gampe
· 8 years ago
8f2b925
Merge "ART: Get rid of most of java.lang.DexCache."
by Narayan Kamath
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 8 years ago
9e57aba
Fix String::DoReplace() using obsolete `this`.
by Vladimir Marko
· 8 years ago
ece2f7c
Update UnstartedRuntime for System.identityHashCode.
by Nicolas Geoffray
· 8 years ago
92907f3
Remove String.setCharAt().
by Vladimir Marko
· 8 years ago
85bef7e
ART: Add constructor support to unstarted runtime
by Andreas Gampe
· 8 years ago
9486a16
ART: Add GetSignatureAnnotation to unstarted runtime
by Andreas Gampe
· 8 years ago
47de0fa
ART: Fix Unstarted Runtime Class.forName
by Andreas Gampe
· 8 years ago
70dc86b
ART: Remove unintended debug logging
by Andreas Gampe
· 8 years ago
45d9426
Merge "ART: Add currentThread cutout to Unstarted Runtime"
by Treehugger Robot
· 8 years ago
bad529d
ART: Add currentThread cutout to Unstarted Runtime
by Andreas Gampe
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
3d2fcaa
ART: Update unstarted runtime for changed libcore
by Andreas Gampe
· 8 years ago
ae78c26
ART: Add UnstartedRuntime support for Class.getSimpleName
by Andreas Gampe
· 8 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 9 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 9 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 9 years ago
fdaf0f4
Change string compression encoding.
by Vladimir Marko
· 9 years ago
c369f6b
Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics."
by Roland Levillain
· 9 years ago
ef41db7
Move interpreter to ObjPtr
by Mathieu Chartier
· 9 years ago
a1aa3b1
Add support for Baker read barriers in UnsafeCASObject intrinsics.
by Roland Levillain
· 9 years ago
ec32b91
Remove read barrier in UnstartedUnsafeCompareAndSwapLong.
by Roland Levillain
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 9 years ago
5d3f73a
Move reference processor and mirror::Reference to ObjPtr
by Mathieu Chartier
· 9 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 9 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 9 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 9 years ago
8778c52
Change indirect reference table to use ObjPtr
by Mathieu Chartier
· 9 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 9 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 9 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 9 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 9 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 9 years ago
b8a00f9
ART: Add Math cutouts
by Andreas Gampe
· 9 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
3ed30c3
ART: Remove Security initialization cutout
by Andreas Gampe
· 9 years ago
8ce9c30
ART: Add cutout for Character.toLower/UpperCase
by Andreas Gampe
· 9 years ago
eb8b0ae
ART: Add ClassLoader.getResourceAsStream cutout
by Andreas Gampe
· 9 years ago
d4fa9f4
ART: Add a System.getProperty cutout
by Andreas Gampe
· 9 years ago
89e3b48
ART: Simplify unstarted-runtime ceil and floor
by Andreas Gampe
· 9 years ago
b2880a9
Merge "unstarted_runtime: add cutout for Math.floor"
by Sergio Giro
· 9 years ago
8326120
unstarted_runtime: add cutout for Math.floor
by Sergio Giro
· 9 years ago
Next »