OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:java_lang_reflect_Proxy
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
well_known_classes.cc
40
jclass WellKnownClasses::
java_lang_reflect_Proxy
;
142
java_lang_reflect_Proxy
= CacheClass(env, "java/lang/reflect/Proxy");
167
java_lang_reflect_Proxy_invoke = CacheMethod(env,
java_lang_reflect_Proxy
, true, "invoke", "(Ljava/lang/reflect/Proxy;Ljava/lang/reflect/ArtMethod;[Ljava/lang/Object;)Ljava/lang/Object;");
188
java_lang_reflect_Proxy_h = CacheField(env,
java_lang_reflect_Proxy
, false, "h", "Ljava/lang/reflect/InvocationHandler;");
well_known_classes.h
54
static jclass
java_lang_reflect_Proxy
;
class_linker.cc
429
mirror::Class*
java_lang_reflect_Proxy
= FindSystemClass("Ljava/lang/reflect/Proxy;");
430
SetClassRoot(kJavaLangReflectProxy,
java_lang_reflect_Proxy
);
[
all
...]
Completed in 182 milliseconds