Lines Matching refs:dex_method_idx
307 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
309 os << StringPrintf("%d: %s (dex_method_idx=%d)\n",
310 class_method_index, PrettyMethod(dex_method_idx, dex_file, true).c_str(),
311 dex_method_idx);
324 DumpVerifier(indent2_os, dex_method_idx, &dex_file, class_def, code_item,
365 DumpCode(indent2_os, oat_method, dex_method_idx, &dex_file, class_def, code_item,
555 uint32_t dex_method_idx, const DexFile* dex_file,
561 if (dex_file != verified_dex_file || verified_dex_method_idx != dex_method_idx) {
566 code_item, dex_method_idx, NULL,
570 verified_dex_method_idx = dex_method_idx;
616 void DumpVerifier(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file,
623 verifier::MethodVerifier::VerifyMethodAndDump(os, dex_method_idx, dex_file, dex_cache,
630 uint32_t dex_method_idx, const DexFile* dex_file,
649 DumpVRegsAtDexPc(os, oat_method, dex_method_idx, dex_file, class_def, code_item,