Lines Matching defs:method_idx
328 uint32_t method_idx,
555 uint32_t method_idx = method->GetDexMethodIndex();
588 CompileMethod(code_item, access_flags, invoke_type, class_def_idx, method_idx, jclass_loader,
1296 uint32_t method_idx = target_method->dex_method_index;
1298 ResolveMethod(soa, dex_cache, class_loader, mUnit, method_idx, orig_invoke_type)));
1345 uint32_t method_idx) const {
1346 MethodReference ref(dex_file, method_idx);
2050 uint32_t method_idx = it.GetMemberIndex();
2051 if (method_idx == previous_direct_method_idx) {
2052 // smali can create dex files with two encoded_methods sharing the same method_idx
2057 previous_direct_method_idx = method_idx;
2060 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level,
2067 uint32_t method_idx = it.GetMemberIndex();
2068 if (method_idx == previous_virtual_method_idx) {
2069 // smali can create dex files with two encoded_methods sharing the same method_idx
2074 previous_virtual_method_idx = method_idx;
2077 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level,
2095 uint32_t method_idx, jobject class_loader,
2101 MethodReference method_ref(&dex_file, method_idx);
2109 compiled_method = compiler_->JniCompile(access_flags, method_idx, dex_file);
2123 method_idx, class_loader, dex_file);
2131 method_idx, class_loader, dex_file,
2138 LOG(WARNING) << "Compilation of " << PrettyMethod(method_idx, dex_file)
2145 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file);
2150 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file);
2158 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"