index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
proxy_test.cc
Age
Commit message (
Expand
)
Author
2021-06-14
Clean up Class::GetDirectInterface().
Vladimir Marko
2020-05-15
Clean up Field::CreateFromArtField().
Vladimir Marko
2020-05-05
Clean up Constructor/Method/Field construction.
Vladimir Marko
2019-02-20
Make jni_internal_test a CommonRuntimeTest.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-06-13
Ensure we never instrument Proxy.<init> entrypoint
Alex Light
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-08
Fix hiddenapi::MemberSignature for proxies
David Brazdil
2017-11-06
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
Vladimir Marko
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-02-14
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
2016-12-09
Clean up Class::GetDirectInterface().
Vladimir Marko
2016-11-03
ART: Make Handle trivially-copyable
Andreas Gampe
2016-10-13
Move mirror::Class to use ObjPtr
Mathieu Chartier
2016-10-05
ObjPtr misc cleanup
Mathieu Chartier
2016-10-03
Move ArtField to ObjPtr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-07-25
ART: Add pointer-size template to some reflection functions
Andreas Gampe
2015-12-16
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...
Alex Light
2015-12-15
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
Alex Light
2015-12-14
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
Alex Light
2015-11-24
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
Nicolas Geoffray
2015-11-20
lambda: Add support for invoke-interface for boxed innate lambdas
Igor Murashkin
2015-10-27
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-08-05
Move ArtFields and ArtMethods to be a length prefixed array
Mathieu Chartier
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-20
Fix a cts crash around proxy class fields.
Hiroshi Yamauchi
2015-04-21
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-04-10
Move ArtField to native
Mathieu Chartier
2015-03-29
Add AccessibleObject and Field to mirror
Mathieu Chartier
2014-12-02
Remove FieldHelper.
Ian Rogers
2014-09-15
ART: Rename Handle hierarchy
Andreas Gampe
2014-08-15
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
Jeff Hao
2014-08-12
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-06
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-07-16
Remove object_utils.h.
Ian Rogers
2014-07-15
Break apart header files.
Ian Rogers
2014-06-06
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-05
Fix crash in JDWP ReferenceType.SourceFile command
Sebastien Hertz
2014-05-18
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-04-01
Fix ClassHelper::GetDirectInterface for proxy class
Sebastien Hertz
2014-03-13
Fix debugger crashes in presence of proxy objects.
Sebastien Hertz