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