Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2ff224df935def246e12590ebc1eb81b45793c45
/
runtime
/
mirror
/
class-inl.h
3ff45bf
ART: Small iwyu
by Andreas Gampe
· 6 years ago
c6934e3
Avoid some read barriers in ClassTable.
by Vladimir Marko
· 6 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 6 years ago
d7e9bbf
Clean up explicit conversions to ObjPtr<>.
by Vladimir Marko
· 6 years ago
0984e48
Style cleanup for ObjPtr<>-ify changes.
by Vladimir Marko
· 6 years ago
557fece
ObjPtr<>-ify mirror::IfTable.
by Vladimir Marko
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
179b7c6
ObjPtr<>-ify String allocations, fix stale refs.
by Vladimir Marko
· 6 years ago
a040ddc
Document when we can avoid read barriers.
by Vladimir Marko
· 6 years ago
3892e62
Clean up Class::GetDescriptor().
by Vladimir Marko
· 6 years ago
49b74a8
ART: Remove thread from class.h
by Andreas Gampe
· 7 years ago
6262959
ART: Some more IWYU in common headers
by Andreas Gampe
· 7 years ago
436896c
ART: Some IWYU for IterationRange
by Andreas Gampe
· 7 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 7 years ago
62f6e90
ART: Add integrity check
by Andreas Gampe
· 7 years ago
bc1e0fa
Reduce class loader updating overhead.
by Mathieu Chartier
· 7 years ago
dbcb48f
Avoid unnecessary read barriers in mirror::Class.
by Vladimir Marko
· 7 years ago
104883b
Clean up primitive array helpers in Object.
by Vladimir Marko
· 7 years ago
70f5fd0
ART: Add class-alloc-inl.h
by Andreas Gampe
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
9810499
ART: Use ObjPtr for GetSuperClass
by Andreas Gampe
· 7 years ago
924ad50
Refactor Class::FixupNativePointers().
by Vladimir Marko
· 7 years ago
98db89c
ART: Clean up verify and read barrier flags.
by Vladimir Marko
· 7 years ago
d7a7f2f
Remove read barriers in Class::IsClassClass and Object::IsClass
by Mathieu Chartier
· 7 years ago
8d1a996
Experimental Sticky-Bit (Generational) CC collection
by Mathieu Chartier
· 9 years ago
ca8de0a
Move .art.rel data to a section in .art, part 1.
by Vladimir Marko
· 7 years ago
9ddef18
Merge "ObjPtr<>-ify array allocations."
by Vladimir Marko
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
d32ead2
Aesthetic changes in art::mirror::Object and art::mirror::Class.
by Roland Levillain
· 7 years ago
6834d34
Remove mirror::Reference::java_lang_ref_Reference.
by Vladimir Marko
· 7 years ago
aa12001
ART: Refactor hidden_api
by Andreas Gampe
· 7 years ago
c54b89a
Merge "Refactor enforcement of hidden API policy when linking"
by Treehugger Robot
· 7 years ago
8ce3bfa
Refactor enforcement of hidden API policy when linking
by David Brazdil
· 7 years ago
be4c2bd
Fix dangling SingleImplementations left after class unloading
by Alexey Grebenkin
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
305c38b
Disable bitstring type check runtime hooks.
by Vladimir Marko
· 7 years ago
5a61bb7
Start enforcing hidden API blacklist
by David Brazdil
· 8 years ago
8c0961f
Move missed files to libdexfile
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 8 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 8 years ago
2466d62
Pass methods array to GetMethodsSliceRangeUnchecked
by Mathieu Chartier
· 8 years ago
04c6ab9
ART: Forward declarations for InvokeType
by Andreas Gampe
· 8 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
6d3e768
Abstract SetField functions with Transaction check
by Chang Xing
· 8 years ago
f79aa7f
Small refactoring of field/method access checks.
by Vladimir Marko
· 8 years ago
9ac7749
Clean up ArraySlice<>.
by Vladimir Marko
· 8 years ago
508fdf3
ART: Small class-inl.h cleanup
by Andreas Gampe
· 8 years ago
2ff3b97
ART: More header cleanups
by Andreas Gampe
· 8 years ago
6680e33
Handle classes with a huge number of direct methods.
by Roland Levillain
· 8 years ago
c15a2f4
ART: Add object-readbarrier-inl.h
by Andreas Gampe
· 8 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
bc632f0
Improve VerifyNoFromSpaceRefsObjectVisitor logging
by Mathieu Chartier
· 8 years ago
8c19d24
Refactor image writer
by Mathieu Chartier
· 8 years ago
8f2b925
Merge "ART: Get rid of most of java.lang.DexCache."
by Narayan Kamath
· 8 years ago
4f2e957
Ensure the GC visits Obsolete Methods
by Alex Light
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 8 years ago
f85fc6b
Merge "Clean up art::mirror::Class::SetSuperClass."
by Roland Levillain
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
8ca4e4e
Clean up art::mirror::Class::SetSuperClass.
by Roland Levillain
· 8 years ago
137cdfa
Avoid read barriers for ArtMethod::GetDexFile
by Mathieu Chartier
· 8 years ago
f9bf250
Remove dex cache string from mirror::Class.
by Nicolas Geoffray
· 9 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 9 years ago
e51ca8b
Move inline caches GC handling in JitCodeCache.
by Nicolas Geoffray
· 9 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 9 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 9 years ago
2ecfd27
Add interface fast path to art_quick_check_cast for X86_64
by Mathieu Chartier
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 9 years ago
6b3d12b
Move common throws to ObjPtr
by Mathieu Chartier
· 9 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 9 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 9 years ago
f8ac97f
ObjPtr misc cleanup
by Mathieu Chartier
· 9 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 9 years ago
b890130
Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest
by Mathieu Chartier
· 9 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 9 years ago
279ac5c
Don't assume resolved classes are filled in for ResolvedFieldAccessTest
by Mathieu Chartier
· 9 years ago
161db1d
Use the fast path object size for RosAlloc asm stubs
by Mathieu Chartier
· 9 years ago
93bbee0
Faster allocation fast path
by Mathieu Chartier
· 9 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 9 years ago
8261d02
Revert "Revert "ARM64 asm for region space array allocation""
by Mathieu Chartier
· 9 years ago
6ae7f3a
Revert "ARM64 asm for region space array allocation"
by Roland Levillain
· 9 years ago
f686c3f
ARM64 asm for region space array allocation
by Mathieu Chartier
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
0f7e8f5
Fix stream-tracing with default methods
by Alex Light
· 9 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 9 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 9 years ago
abdda2f
Merge "Optimize IMT"
by Mathieu Chartier
· 9 years ago
badee98
Optimize IMT
by Nelli Kim
· 9 years ago
ece5386
Merge "Propagate the read barrier option to Class::VisitNativeRoots."
by Hiroshi Yamauchi
· 9 years ago
7a62e67
Propagate the read barrier option to Class::VisitNativeRoots.
by Hiroshi Yamauchi
· 9 years ago
0950abe8
Remove bogus DCHECK.
by Nicolas Geoffray
· 9 years ago
e1e5a86
Remove bogus DCHECK().
by Vladimir Marko
· 9 years ago
b79eb75
Revert "ProfilingInfo roots should be visited by the declaring class."
by Hiroshi Yamauchi
· 9 years ago
ebd5fc6
Revert "Query declaring class before querying IsNative."
by Hiroshi Yamauchi
· 9 years ago
26329cd
Query declaring class before querying IsNative.
by Nicolas Geoffray
· 9 years ago
9a3be98
ProfilingInfo roots should be visited by the declaring class.
by Nicolas Geoffray
· 9 years ago
3612149
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
Next »