Home | History | Annotate | Download | only in quick

Lines Matching refs:method_index

825         uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx);
826 if (method_index != DexFile::kDexNoIndex) {
827 caller->SetDexCacheResolvedMethod(method_index, called);