Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
5eb1e1e7341f4e7febf77c04f8649a9566b31c03
/
runtime
/
class_linker_test.cc
a01de59
Infrastructure for obsolete methods
by Alex Light
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 8 years ago
0a8485e
MethodHandles: Implement MethodHandle.asType.
by Narayan Kamath
· 8 years ago
d625158
Add ClassExt mirror.
by Alex Light
· 8 years ago
000e188
method_handles: Complete support for emulated stack frames.
by Narayan Kamath
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
f8ac97f
ObjPtr misc cleanup
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
b890130
Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest
by Mathieu Chartier
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
42b3dd0
Address review comments for change 25352fc06c84cdab8a2ab.
by Narayan Kamath
· 8 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
afa4827
java.lang.invoke: Add mirror types for MethodHandle / MethodType.
by Narayan Kamath
· 8 years ago
ce092d0
Merge "Refactor Dex open methods"
by Treehugger Robot
· 8 years ago
733ddb2
Refactor Dex open methods
by David Sehr
· 8 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 8 years ago
60458a0
Track libcore Executable.getParameter() changes
by Neil Fuller
· 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
16b21cd
Tracking java.lang.reflect.Executable changes
by Neil Fuller
· 8 years ago
3d0aa88
Adjustments for changes made to java.lang.Class
by Neil Fuller
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 9 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 9 years ago
badee98
Optimize IMT
by Nelli Kim
· 9 years ago
3612149
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
906ae5d
Fix class_linker_test for valgrind.
by Hiroshi Yamauchi
· 9 years ago
fcea56f
Fix issue with copied methods not being checked.
by Alex Light
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
42d511d
Fix class_linker_test to take into account default methods.
by Alex Light
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
7617216
Convert to UTF8 before doing dex file location comparison
by Mathieu Chartier
· 9 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 9 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 9 years ago
6b1a50b
Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118
by Mathieu Chartier
· 9 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 9 years ago
9c55729
resolve merge conflicts of 9f784b26a1 to master.
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
2efb0aa
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
9539150
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
a7a4759
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
3b73dd7
Fix class_linker_test
by Przemyslaw Szczepaniak
· 9 years ago
90f397e
Update class_linker_test to account for annotationType.
by Piotr Jastrzebski
· 10 years ago
c16a50f
Track changes to the layout of java.lang.Throwable.
by Piotr Jastrzebski
· 10 years ago
8a89433
Update runtime to work with the OpenJdk String.
by Piotr Jastrzebski
· 10 years ago
44095a1
String: account for the hash32 field.
by Piotr Jastrzebski
· 10 years ago
99babb6
ART: Change behavior for rethrowing init failures
by Andreas Gampe
· 9 years ago
9507fa2
Change a few places to use string version of GetTypeId
by Mathieu Chartier
· 9 years ago
951ec2c
Revert "Revert "Add one LinearAlloc per ClassLoader""
by Mathieu Chartier
· 9 years ago
7de5dfe
Revert "Add one LinearAlloc per ClassLoader"
by Nicolas Geoffray
· 9 years ago
356412e
Add one LinearAlloc per ClassLoader
by Mathieu Chartier
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
52a7f5c
Add class flags to class to help GC scanning
by Mathieu Chartier
· 9 years ago
6b06953
Add class table field to class loader
by Mathieu Chartier
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
3d21bdf
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
9d1e190
Merge "Replace String CharArray with internal uint16_t array."
by Jeff Hao
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
60f63f5
Use the lock word bits for Baker-style read barrier.
by Hiroshi Yamauchi
· 10 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
81c6f8d
ART: PathClassLoader for compiler
by Andreas Gampe
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
7f418db
JDWP: fix breakpoint for method in the image
by Sebastien Hertz
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
12f7423
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
baede34
Merge "JDWP: fix breakpoint for method in the image"
by Sebastien Hertz
· 10 years ago
6963e44
JDWP: fix breakpoint for method in the image
by Sebastien Hertz
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
eace458
Move dexCacheStrings from ArtMethod to Class
by Mathieu Chartier
· 10 years ago
f521f42
Move dex cache strings from ArtMethod -> Class
by Mathieu Chartier
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
e832e64
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
76649e8
Keep original order of fields in Class.
by Vladimir Marko
· 10 years ago
bfa3ed0
Keep original order of fields in Class.
by Vladimir Marko
· 10 years ago
5f9a954
Delete unused imtable field
by Mathieu Chartier
· 10 years ago
f2d5564
Delete unused imtable field
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
cdc1aaf
Simplify instance reference offsets.
by Ian Rogers
· 10 years ago
63bc11e
DO NOT MERGE. Only have a portable entrypoint in portable builds.
by Ian Rogers
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
Next »