Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc105 jobject jlr_method) { in FromReflectedMethod() argument
106 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod()
Dart_method.h89 jobject jlr_method)
/art/runtime/jni/
Djni_internal.cc510 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() argument
511 CHECK_NON_NULL_ARGUMENT(jlr_method); in FromReflectedMethod()
513 return jni::EncodeArtMethod<kEnableIndexIds>(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()