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