Home | History | Annotate | Download | only in quick

Lines Matching refs:dex_method_idx

716   uint32_t dex_method_idx;
773 dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c();
777 dex_method_idx = called->GetDexMethodIndex();
781 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len);
792 called = linker->ResolveMethod(self, dex_method_idx, &caller, invoke_type);
821 // method, we've got the correct dex_file and a dex_method_idx from above.
825 uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx);
836 if (called->GetDexFile() == dex_file && dex_method_idx != called_dex_method_idx) {
1915 uint32_t dex_method_idx;
1917 dex_method_idx = instr->VRegB_35c();
1920 dex_method_idx = instr->VRegB_3rc();
1926 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
1933 method = FindMethodFromCode<kInterface, false>(dex_method_idx, &this_object, &caller_method,