Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc108 jobject jlr_method) { in FromReflectedMethod() argument
109 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod()
Dart_method.h89 jobject jlr_method)
/art/runtime/jni/
Djni_internal.cc609 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() argument
610 CHECK_NON_NULL_ARGUMENT(jlr_method); in FromReflectedMethod()
612 return jni::EncodeArtMethod<kEnableIndexIds>(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()