summaryrefslogtreecommitdiff
path: root/runtime/proxy_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up Field::CreateFromArtField().Vladimir Marko2020-05-151-9/+5
* Clean up Constructor/Method/Field construction.Vladimir Marko2020-05-051-4/+4
* Make jni_internal_test a CommonRuntimeTest.Vladimir Marko2019-02-201-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Ensure we never instrument Proxy.<init> entrypointAlex Light2018-06-131-1/+14
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-7/+7
* Fix hiddenapi::MemberSignature for proxiesDavid Brazdil2018-05-081-88/+11
* Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().Vladimir Marko2017-11-061-2/+2
* ART: Change method lookup to be more consistent to JLS and the RI.Vladimir Marko2017-07-201-3/+10
* ART: Clean up art_method.hAndreas Gampe2017-04-211-0/+1
* ART: Add operator == and != with nullptr to HandleAndreas Gampe2017-02-141-10/+10
* Clean up Class::GetDirectInterface().Vladimir Marko2016-12-091-2/+2
* ART: Make Handle trivially-copyableAndreas Gampe2016-11-031-2/+0
* Move mirror::Class to use ObjPtrMathieu Chartier2016-10-131-2/+2
* ObjPtr misc cleanupMathieu Chartier2016-10-051-6/+6
* Move ArtField to ObjPtrMathieu Chartier2016-10-031-6/+6
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-4/+4
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-1/+1
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-14/+15
* ART: Add pointer-size template to some reflection functionsAndreas Gampe2016-07-251-8/+16
* Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-1/+1
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-1/+1
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-1/+1
* Revert "lambda: Add support for invoke-interface for boxed innate lambdas"Nicolas Geoffray2015-11-241-4/+4
* lambda: Add support for invoke-interface for boxed innate lambdasIgor Murashkin2015-11-201-4/+4
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-2/+2
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-051-21/+20
* Move to newer clang annotationsMathieu Chartier2015-07-221-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-8/+8
* Fix a cts crash around proxy class fields.Hiroshi Yamauchi2015-05-201-0/+50
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-34/+27
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-20/+18
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-2/+2
* Remove FieldHelper.Ian Rogers2014-12-021-13/+11
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-7/+9
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-8/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+3
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-2/+8
* Remove object_utils.h.Ian Rogers2014-07-161-0/+1
* Break apart header files.Ian Rogers2014-07-151-3/+4
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-29/+37
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-29/+37
* | Fix crash in JDWP ReferenceType.SourceFile commandSebastien Hertz2014-06-051-2/+2
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-18/+21
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+6
* Fix ClassHelper::GetDirectInterface for proxy classSebastien Hertz2014-04-011-9/+56
* Fix debugger crashes in presence of proxy objects.Sebastien Hertz2014-03-131-0/+139