HomeSort by relevance Sort by last modified time
    Searched refs:java_lang_reflect_Proxy_invoke (Results 1 - 3 of 3) sorted by null

  /art/runtime/
well_known_classes.h 88 static jmethodID java_lang_reflect_Proxy_invoke;
well_known_classes.cc 74 jmethodID WellKnownClasses::java_lang_reflect_Proxy_invoke;
192 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;");
  /art/runtime/entrypoints/
entrypoint_utils.cc 275 WellKnownClasses::java_lang_reflect_Proxy_invoke,

Completed in 109 milliseconds