Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc51 jobject jlr_method) { in FromReflectedMethod() argument
52 auto* abstract_method = soa.Decode<mirror::AbstractMethod*>(jlr_method); in FromReflectedMethod()
Dart_method.h59 jobject jlr_method)
Djni_internal.cc360 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) { in FromReflectedMethod() argument
361 CHECK_NON_NULL_ARGUMENT(jlr_method); in FromReflectedMethod()
363 return soa.EncodeMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()