OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:java_lang_invoke_MethodHandles_lookup
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
method_handles_lookup.cc
61
ArtMethod* lookup = jni::DecodeArtMethod(WellKnownClasses::
java_lang_invoke_MethodHandles_lookup
);
/art/runtime/
well_known_classes.h
112
static jmethodID
java_lang_invoke_MethodHandles_lookup
;
well_known_classes.cc
102
jmethodID WellKnownClasses::
java_lang_invoke_MethodHandles_lookup
;
355
java_lang_invoke_MethodHandles_lookup
= CacheMethod(env, "java/lang/invoke/MethodHandles", true, "lookup", "()Ljava/lang/invoke/MethodHandles$Lookup;");
510
java_lang_invoke_MethodHandles_lookup
= nullptr;
[
all
...]
Completed in 552 milliseconds