Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f63f569eeefe3907c48a175494a2a0ba351b641a
/
runtime
/
mirror
/
class.cc
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
0273ad1
Remove lock from ClassExt installation procedure.
by Alex Light
· 8 years ago
d625158
Add ClassExt mirror.
by Alex Light
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
51eaa7f
Fix moving GC bug in cloning finalizable objects
by Mathieu Chartier
· 8 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
161db1d
Use the fast path object size for RosAlloc asm stubs
by Mathieu Chartier
· 8 years ago
93bbee0
Faster allocation fast path
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
5bb4b0b
Revert "Logging improvements for C++ / Java structure issues"
by Mathieu Chartier
· 8 years ago
d833525
Logging improvements for C++ / Java structure issues
by Neil Fuller
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 8 years ago
65ad9b3
Merge "Clean up Class::FindStaticField()."
by Vladimir Marko
· 8 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 8 years ago
bb268b1
Clean up Class::FindStaticField().
by Vladimir Marko
· 8 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 8 years ago
badee98
Optimize IMT
by Nelli Kim
· 8 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
6039e56
ART: Add getDeclaredConstructor cutout for unstarted runtime
by Andreas Gampe
· 9 years ago
22deed0
Move DCHECK into loop.
by Aart Bik
· 9 years ago
bc4d218
ART: Add unstarted-runtime functions
by Andreas Gampe
· 9 years ago
e4084a5
Small inlining improvements.
by Nicolas Geoffray
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
a42363f
Implement first kind of polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 9 years ago
e64300b
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 9 years ago
ae358c1
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
6286a97
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 9 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
a4d1b64
Merge "Implement common super type in reference type propagation."
by Calin Juravle
· 9 years ago
52503d8
Implement common super type in reference type propagation.
by Calin Juravle
· 9 years ago
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
cb08695
ART: Change behavior for rethrowing init failures (2)
by Andreas Gampe
· 9 years ago
99babb6
ART: Change behavior for rethrowing init failures
by Andreas Gampe
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
e2aa326
Use binary search for FindDeclaredInstance/StaticField
by Mathieu Chartier
· 9 years ago
4726941
Merge "Address some comments for class flags"
by Mathieu Chartier
· 9 years ago
66c2d2d
Address some comments for class flags
by Mathieu Chartier
· 9 years ago
13e748b
Revert "Revert "Move annotations to native.""
by Jeff Hao
· 9 years ago
c977483
Merge "Revert "Move annotations to native.""
by Roland Levillain
· 9 years ago
7db6dd7
Revert "Move annotations to native."
by Roland Levillain
· 9 years ago
31decb1
ART: Add VLOG printing of SetStatus(Error)
by Andreas Gampe
· 9 years ago
0042c6d
Move annotations to native.
by Jeff Hao
· 9 years ago
52a7f5c
Add class flags to class to help GC scanning
by Mathieu Chartier
· 9 years ago
059ef3d
Always visit object class from VisitReferences
by Mathieu Chartier
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
3ee25bb
Do read barriers on native roots in CopyClassVisitor
by Mathieu Chartier
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
72156e2
Fix proxy handling in FindDeclaredVirtualMethod
by Mathieu Chartier
· 9 years ago
4edd847
Fix accidental IMT and root marking regression
by Mathieu Chartier
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
16f149c
ART: Change RETURN_OBJECT verification for arrays
by Andreas Gampe
· 10 years ago
5b783e6
Fix 003-omnibus-opcodes flaky failures with GSS GC.
by Hiroshi Yamauchi
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
7642cfc
Change how we report exceptions to the debugger.
by Nicolas Geoffray
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
91a6dc4
Set dex_cache_strings_ when we call Class::SetDexCache
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
575e78c
ART: Replace COMPILE_ASSERT with static_assert (runtime)
by Andreas Gampe
· 10 years ago
2b0fa5b
ART: Add miranda checking
by Andreas Gampe
· 10 years ago
f322c4c
Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods
by Brian Carlstrom
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
cdc1aaf
Simplify instance reference offsets.
by Ian Rogers
· 10 years ago
6b604a1
Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.
by Ian Rogers
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
faff0f0
Remove reference_static_offsets used for iterating through class static fields.
by Mingyao Yang
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
94f7b49
Add GcRoot to clean up and enforce read barriers.
by Hiroshi Yamauchi
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
b12d605
Merge "Fix two read barrier bugs introduced in CL 97882."
by Hiroshi Yamauchi
· 10 years ago
0fbd6e6
Fix two read barrier bugs introduced in CL 97882.
by Hiroshi Yamauchi
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
fd22d5b
Fix infinite loop when calling SetStatus after OOM.
by Mathieu Chartier
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 10 years ago
4f1ebc2
Add read barriers to the constant roots.
by Hiroshi Yamauchi
· 10 years ago
004644f
Fix GetMethodID to find an interface method from a super-interface
by Brian Carlstrom
· 10 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 10 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 10 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 10 years ago
7a6b77f
Merge "Fix crash in JDWP ReferenceType.SourceFile command"
by Sebastien Hertz
· 10 years ago
4206eb5
Fix crash in JDWP ReferenceType.SourceFile command
by Sebastien Hertz
· 10 years ago
03dbc04
Make class status volatile.
by Ian Rogers
· 10 years ago
f832284
Delete ClassHelper and fix compaction bug in GetDirectInterface
by Mathieu Chartier
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
Next »