Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a5ca8ebef24e38348213cef31417a4ccc7c3dd1a
/
runtime
/
art_method.h
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 6 years ago
d93e374
ObjPtr<>-ify ArtMethod and mirror::Method.
by Vladimir Marko
· 6 years ago
18090d1
Refactor String resolution.
by Vladimir Marko
· 6 years ago
904e75a
Fix stripping of access flags during JVMTI redefine
by David Brazdil
· 6 years ago
166546c
Fix hidden API flags decoding for intrinsics
by David Brazdil
· 7 years ago
2e6f69c
Set hidden API flags of intrinsics
by David Brazdil
· 7 years ago
b041a40
Use vdex's quickening info when decoding a quickened instruction.
by Nicolas Geoffray
· 7 years ago
be4c2bd
Fix dangling SingleImplementations left after class unloading
by Alexey Grebenkin
· 7 years ago
34088e1
Don't do a read barrier in JIT GC code.
by Nicolas Geoffray
· 7 years ago
58143d2
ART: Fixes for constructor parameter annotations
by Orion Hodson
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
fa854e4
Visit targets of proxy methods when visiting thread roots.
by Roland Levillain
· 7 years ago
0e9d090
Merge "Add compiler option for counting hotness in compiled code."
by Nicolas Geoffray
· 7 years ago
da244c9
Merge "Revert "Revert "Make libdexfile build independent of runtime dir"""
by David Sehr
· 7 years ago
02e33ab
Merge "Do not DCHECK intrinsics with hidden API flags"
by Treehugger Robot
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
aa129ff
Do not DCHECK intrinsics with hidden API flags
by David Brazdil
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
8d72832
Add compiler option for counting hotness in compiled code.
by Nicolas Geoffray
· 7 years ago
8c0961f
Move missed files to libdexfile
by David Sehr
· 7 years ago
f6a8a55
Set runtime hidden API access flags
by David Brazdil
· 7 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 7 years ago
6716941
Revert "Move quickening info logic to its own table"
by Nicolas Geoffray
· 7 years ago
7a26f94
Move quickening info logic to its own table
by Mathieu Chartier
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 7 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 7 years ago
dcc528d
ART: Move runtime-debug flags to own files
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
056d775
Revert "Revert "Revert "JIT JNI stubs."""
by Nicolas Geoffray
· 7 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 7 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 7 years ago
169bf2b
Merge "Put back kWithoutReadBarrier."
by Nicolas Geoffray
· 7 years ago
b8db200
Put back kWithoutReadBarrier.
by Nicolas Geoffray
· 7 years ago
8eaa8e5
Remove kIsVdexEnabled.
by Nicolas Geoffray
· 7 years ago
b3e7bcc
Merge "Add code item accessor helper classes"
by Mathieu Chartier
· 7 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 7 years ago
69147f1
Add code item accessor helper classes
by Mathieu Chartier
· 7 years ago
0db16e0
Use strcmp() for checking @{Fast,Critical}Native annotations.
by Vladimir Marko
· 7 years ago
eb4d19b
ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature
by Orion Hodson
· 7 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 7 years ago
cfcc9cf
ART: Increase the number of potential instrinsics
by Orion Hodson
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
a49e053
Show ArtMethods in imgdiag
by David Sehr
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
d1ee20f
Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method."
by Vladimir Marko
· 7 years ago
76ccd09
Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method.""
by Nicolas Geoffray
· 7 years ago
c42fab3
Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method."
by Vladimir Marko
· 7 years ago
7ef52f7
Revert "ART: Use proxy ArtMethod's data_ to store the interface method."
by Nicolas Geoffray
· 7 years ago
0888cf1
ART: Use proxy ArtMethod's data_ to store the interface method.
by Vladimir Marko
· 7 years ago
b45528c
ART: Refactor retrieval of types through ArtMethod.
by Vladimir Marko
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
97e7803
Move debugger.cc GetCanonicalMethod to ArtMethod
by Alex Light
· 7 years ago
35e42f0
Only look for method optimization annotations in the bootstrap class loader.
by Roland Levillain
· 7 years ago
a792067
Don't do a read barrier in GetProfilingInfo.
by Nicolas Geoffray
· 7 years ago
aea05c1
ART: Move debug-checks to runtime-debug-flags
by Andreas Gampe
· 7 years ago
d766158
Handler-ize InstrumentationListener and related code
by Alex Light
· 8 years ago
5d08fcc
ART: More header cleanups
by Andreas Gampe
· 7 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
d78ddec
Implement can_generate_native_method_bind capability
by Alex Light
· 8 years ago
8c19d24
Refactor image writer
by Mathieu Chartier
· 8 years ago
18ea1c9
"Revert^6 "CHA for interface method."""
by Nicolas Geoffray
· 8 years ago
27ef25f
Revert "Revert^4 "CHA for interface method.""
by Nicolas Geoffray
· 8 years ago
fb18513
Revert^4 "CHA for interface method."
by Mingyao Yang
· 8 years ago
f2f1c9d
Revert "Revert "Refactor annotation code for obsolete methods.""
by Alex Light
· 8 years ago
65e0775
Revert "Refactor annotation code for obsolete methods."
by Nicolas Geoffray
· 8 years ago
bfe66b0
Merge "Revert "Revert "Revert "CHA for interface method.""""
by Nicolas Geoffray
· 8 years ago
43e99be
Revert "Revert "Revert "CHA for interface method."""
by Nicolas Geoffray
· 8 years ago
875e322
Merge "Refactor annotation code for obsolete methods."
by Treehugger Robot
· 8 years ago
672a0b7
Refactor annotation code for obsolete methods.
by Alex Light
· 8 years ago
8f301e2
Revert "Revert "CHA for interface method.""
by Mingyao Yang
· 8 years ago
85a1ec1
Revert "CHA for interface method."
by Mingyao Yang
· 8 years ago
747aeb4
Merge "CHA for interface method."
by Mingyao Yang
· 8 years ago
b1106e2
ART: Add flag for ArtMethod class state checks
by Andreas Gampe
· 8 years ago
7130fc7
CHA for interface method.
by Mingyao Yang
· 8 years ago
7532d58
Allow redefined intrinsics
by Alex Light
· 8 years ago
eee0bd4
Revert^6 "Make class redefinition work with native methods on stack."
by Alex Light
· 8 years ago
fcbafb3
Ensure we don't attempt to compile obsolete methods.
by Alex Light
· 8 years ago
90c5a9b
Various improvements to stack walking speed
by Mathieu Chartier
· 8 years ago
4ba388a
Remove Deoptimization code from class transformation.
by Alex Light
· 8 years ago
66866e2
Merge "Avoid read barriers for ArtMethod::GetDexFile"
by Mathieu Chartier
· 8 years ago
e8fcd01
Revert "Revert "CHA for abstract methods.""
by Mingyao Yang
· 8 years ago
137cdfa
Avoid read barriers for ArtMethod::GetDexFile
by Mathieu Chartier
· 8 years ago
8ebc8bf
Revert "CHA for abstract methods."
by Colin Cross
· 8 years ago
ae6c189
CHA for abstract methods.
by Mingyao Yang
· 8 years ago
308fa4d
Merge "Remove now unused dex_cache_resolved_types_ from ArtMethod."
by Nicolas Geoffray
· 8 years ago
9e8c8ca
Merge "ART: Improve class initializer and constructor verification."
by Treehugger Robot
· 8 years ago
6c4921b
ART: Improve class initializer and constructor verification.
by Orion Hodson
· 8 years ago
9cd522b
Remove now unused dex_cache_resolved_types_ from ArtMethod.
by Nicolas Geoffray
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
5d37c15
Put inlined ArtMethod pointer in stack maps.
by Nicolas Geoffray
· 8 years ago
b1a7c94
Fix possible deadlock in AddAccessFlags and ClearAccessFlags
by Mathieu Chartier
· 8 years ago
fe150d9
Merge "Remove bogus DCHECK."
by Treehugger Robot
· 8 years ago
b466d80
Remove bogus DCHECK.
by Nicolas Geoffray
· 8 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
Next »