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 81 static jmethodID java_lang_reflect_Proxy_invoke;
well_known_classes.cc 67 jmethodID WellKnownClasses::java_lang_reflect_Proxy_invoke;
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;");
  /art/runtime/entrypoints/
entrypoint_utils.cc 340 WellKnownClasses::java_lang_reflect_Proxy_invoke,

Completed in 178 milliseconds