Home
last modified time | relevance | path

Searched defs:mid2 (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dmethod_reference.h54 const dex::MethodId& mid2 = mr2.GetMethodId(); in SlowCompare() local
/art/runtime/
Dart_method.cc195 const dex::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() local
199 const dex::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() local
/art/test/004-JniTest/
Djni_test.cc592 jmethodID mid2 = env->GetMethodID(c, "<init>", "([B)V"); in Java_Main_testNewStringObject() local
/art/runtime/jni/
Djni_internal_test.cc1001 jmethodID mid2 = env_->FromReflectedMethod(method); in TEST_F() local