Home | History | Annotate | Download | only in profman

Lines Matching defs:method_index

829                        uint16_t method_index,
834 method_index);
842 << dex_file->PrettyMethod(method_index);
850 LOG(ERROR) << "Could not find any INVOKE_VIRTUAL: " << dex_file->PrettyMethod(method_index);
973 const uint32_t method_index = FindMethodIndex(class_ref, method_spec);
974 if (method_index == dex::kDexNoIndex) {
981 if (!HasSingleInvoke(class_ref, method_index, &dex_pc)) {
995 MethodReference ref(class_ref.dex_file, method_index);