Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
89bd8358c0a69e8cd6456d81d88ef366e261f732
/
runtime
/
mirror
ba65cc4
Merge "ART: Convert pointer size to enum"
by Treehugger Robot
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
4b0ef1c
Revert "Revert "Use try lock to fix class resolution race""
by Mathieu Chartier
· 8 years ago
7707777
Merge "Revert "Use try lock to fix class resolution race""
by Treehugger Robot
· 8 years ago
69bf969
Revert "Use try lock to fix class resolution race"
by Mathieu Chartier
· 8 years ago
533d684
Merge "Avoid read barrier for IntArray::GetArrayClass"
by Mathieu Chartier
· 8 years ago
d6636d3
Avoid read barrier for IntArray::GetArrayClass
by Mathieu Chartier
· 8 years ago
85c4a4b
Merge "Use try lock to fix class resolution race"
by Mathieu Chartier
· 8 years ago
a704eda
Use try lock to fix class resolution race
by Mathieu Chartier
· 8 years ago
5ffa078
Reduce unnecessary read barriers in GC
by Mathieu Chartier
· 8 years ago
3023890
Merge "ART: Add pointer-size template to some reflection functions"
by Treehugger Robot
· 8 years ago
e01e364
ART: Add pointer-size template to some reflection functions
by Andreas Gampe
· 8 years ago
0f7e8f5
Fix stream-tracing with default methods
by Alex Light
· 8 years ago
65ad9b3
Merge "Clean up Class::FindStaticField()."
by Vladimir Marko
· 8 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 9 years ago
bb268b1
Clean up Class::FindStaticField().
by Vladimir Marko
· 9 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 9 years ago
abf6441
Merge "Revert "Propagate flags to ShouldHaveEmbeddedVTable""
by Nicolas Geoffray
· 9 years ago
fb7a0b4
Revert "Propagate flags to ShouldHaveEmbeddedVTable"
by Nicolas Geoffray
· 9 years ago
bad21cb
Merge "Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a"
by Przemyslaw Szczepaniak
· 9 years ago
a4fa2e7
Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a
by Przemyslaw Szczepaniak
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
efeb9f0
Propagate flags to ShouldHaveEmbeddedVTable
by Mathieu Chartier
· 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
206fbf5
Remove too aggressive DCHECKs.
by Nicolas Geoffray
· 9 years ago
0950abe8
Remove bogus DCHECK.
by Nicolas Geoffray
· 9 years ago
d0668f2
Put boot class loader classes and strings in dex cache of app images.
by Nicolas Geoffray
· 9 years ago
ab880f4
Typos and stylistic fixes.
by Roland Levillain
· 9 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
478078a
Increase vtable size for String class
by Yi Kong
· 9 years ago
5d8fa8b
Track removal of String hash functions.
by Narayan Kamath
· 9 years ago
6039e56
ART: Add getDeclaredConstructor cutout for unstarted runtime
by Andreas Gampe
· 9 years ago
b8aa1e4
Shard classloader classes lock
by Mathieu Chartier
· 9 years ago
a07be75
Merge "Move DCHECK into loop."
by Aart Bik
· 9 years ago
22deed0
Move DCHECK into loop.
by Aart Bik
· 9 years ago
085a072
Mark array classes as verification attempted
by Mathieu Chartier
· 9 years ago
85a098a
ART: Better support for arraycopy in unstarted runtime
by Andreas Gampe
· 9 years ago
db8e62d
Optimizing: Clean up after const-string sharpening.
by Vladimir Marko
· 9 years ago
e1e5a86
Remove bogus DCHECK().
by Vladimir Marko
· 9 years ago
5120923
Typo in comment in art::mirror::Object::IdentityHashCode.
by Roland Levillain
· 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
bc4d218
ART: Add unstarted-runtime functions
by Andreas Gampe
· 9 years ago
3612149
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
6a6a753
Merge "Disable read barriers in GC VisitReferences calls."
by Hiroshi Yamauchi
· 9 years ago
5496f69
Disable read barriers in GC VisitReferences calls.
by Hiroshi Yamauchi
· 9 years ago
e4084a5
Small inlining improvements.
by Nicolas Geoffray
· 9 years ago
bd707ab
Merge "runtime: Cleanup comments for kAccSkipAccessChecks"
by Igor Murashkin
· 9 years ago
8d1da85
runtime: Cleanup comments for kAccSkipAccessChecks
by Igor Murashkin
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
071b933
Merge changes from topic 'reflection_1_8'
by Igor Murashkin
· 9 years ago
12d0e0e
Merge "Fix remaining read barrier issues in image relocation"
by Mathieu Chartier
· 9 years ago
dfe02f6
Fix remaining read barrier issues in image relocation
by Mathieu Chartier
· 9 years ago
a89d6d6
Merge "Always use pendingNext to test enqueability of references."
by Richard Uhler
· 9 years ago
df187e4
Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests""
by Igor Murashkin
· 9 years ago
10cd5ee
Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests""
by Nicolas Geoffray
· 9 years ago
28a2a18
Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"
by Nicolas Geoffray
· 9 years ago
c4695df
Always use pendingNext to test enqueability of references.
by Richard Uhler
· 9 years ago
60bc39c
Remove some more read barriers in image relocation
by Mathieu Chartier
· 9 years ago
26a04e1
Merge "Factor out common code for SetPendingNext."
by Richard Uhler
· 9 years ago
9ff1de0
Merge "Implement first kind of polymorphic inlining."
by Nicolas Geoffray
· 9 years ago
a42363f
Implement first kind of polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
1bbfab6
Pass template args down
by Mathieu Chartier
· 9 years ago
d329a3b
Fix pointer conversion error in SetElementPtrSize
by Mathieu Chartier
· 9 years ago
c167ee9
reflection: Add new 1.8 AnnotatedElement methods and tests
by Igor Murashkin
· 9 years ago
f4b3dba
Cast method pointer to uintptr_t before uint64_t
by Mathieu Chartier
· 9 years ago
7617216
Convert to UTF8 before doing dex file location comparison
by Mathieu Chartier
· 9 years ago
522d51b
Factor out common code for SetPendingNext.
by Richard Uhler
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
9b3607d
Generate unique ID for each type during native debugging.
by David Srbecky
· 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
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
b5ddb8e
Merge "Optimize some commonly used utf8 functions by:" am: 3b9957bfdb am: 9795492639
by Vladimir Marko
· 9 years ago
3b9957b
Merge "Optimize some commonly used utf8 functions by:"
by Vladimir Marko
· 9 years ago
a7a4759
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
1646d7a
Optimize some commonly used utf8 functions by:
by Bruce Hoult
· 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
16cabc4
Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer."
by Hiroshi Yamauchi
· 9 years ago
ed70b4a
Relax CAS in some uses of Object::AtomicSetReadBarrierPointer.
by Hiroshi Yamauchi
· 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
4b00d34
Refactor some patching logic
by Mathieu Chartier
· 9 years ago
ff633e2
Increase the size of Class class
by Yi Kong
· 9 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 9 years ago
Next »