OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SynthesizedProxyClass
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
proxy.h
30
class MANAGED
SynthesizedProxyClass
: public Class {
43
DISALLOW_IMPLICIT_CONSTRUCTORS(
SynthesizedProxyClass
);
/art/runtime/native/
java_lang_reflect_Method.cc
45
mirror::
SynthesizedProxyClass
* proxy_class =
46
down_cast<mirror::
SynthesizedProxyClass
*>(proxy_method->GetDeclaringClass());
java_lang_Class.cc
89
mirror::
SynthesizedProxyClass
* c =
90
down_cast<mirror::
SynthesizedProxyClass
*>(DecodeClass(soa, javaThis));
/art/runtime/entrypoints/
entrypoint_utils.cc
376
mirror::
SynthesizedProxyClass
* proxy_class =
377
down_cast<mirror::
SynthesizedProxyClass
*>(rcvr->GetClass());
/art/runtime/
class_linker.cc
[
all
...]
Completed in 6743 milliseconds