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

  /art/runtime/mirror/
method_handles_lookup.cc 71 jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_Lookup_findConstructor);
  /art/runtime/
well_known_classes.h 106 static jmethodID java_lang_invoke_MethodHandles_Lookup_findConstructor;
well_known_classes.cc 98 jmethodID WellKnownClasses::java_lang_invoke_MethodHandles_Lookup_findConstructor;
336 java_lang_invoke_MethodHandles_Lookup_findConstructor = CacheMethod(env, "java/lang/invoke/MethodHandles$Lookup", false, "findConstructor", "(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;");

Completed in 50 milliseconds