Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc112 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() local
116 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() local
Djni_internal_test.cc910 jmethodID mid2 = env_->FromReflectedMethod(method); in TEST_F() local
/art/test/004-JniTest/
Djni_test.cc572 jmethodID mid2 = env->GetMethodID(c, "<init>", "([B)V"); in Java_Main_testNewStringObject() local