Home
last modified time | relevance | path

Searched refs:jlr_method (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method.cc106 jobject jlr_method) { in FromReflectedMethod() argument
107 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod()
Dart_method.h86 jobject jlr_method)
Djni_internal.cc476 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() argument
477 CHECK_NON_NULL_ARGUMENT(jlr_method); in FromReflectedMethod()
479 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()