Home | History | Annotate | Download | only in driver

Lines Matching refs:method_idx

297                                                  uint32_t method_idx,
305 uint32_t method_idx,
314 uint32_t method_idx,
323 uint32_t method_idx,
328 uint32_t access_flags, uint32_t method_idx,
332 uint32_t access_flags, uint32_t method_idx,
559 uint32_t method_idx = method->GetDexMethodIndex();
570 class_def_idx, method_idx, jclass_loader, *dex_file, dex_to_dex_compilation_level);
916 uint32_t method_idx,
921 return mUnit->GetClassLinker()->ResolveMethod(*mUnit->GetDexFile(), method_idx, dex_cache,
1163 // Sharpen a virtual call into a direct call. The method_idx is into referrer's
2262 uint32_t method_idx = it.GetMemberIndex();
2263 if (method_idx == previous_direct_method_idx) {
2264 // smali can create dex files with two encoded_methods sharing the same method_idx
2269 previous_direct_method_idx = method_idx;
2272 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level);
2278 uint32_t method_idx = it.GetMemberIndex();
2279 if (method_idx == previous_virtual_method_idx) {
2280 // smali can create dex files with two encoded_methods sharing the same method_idx
2285 previous_virtual_method_idx = method_idx;
2288 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level);
2305 uint32_t method_idx, jobject class_loader,
2312 compiled_method = (*jni_compiler_)(*this, access_flags, method_idx, dex_file);
2316 MethodReference method_ref(&dex_file, method_idx);
2324 (std::string::npos != PrettyMethod(method_idx, dex_file).find("fibonacci"));
2332 method_idx, class_loader, dex_file);
2337 method_idx, class_loader, dex_file,
2348 LOG(WARNING) << "Compilation of " << PrettyMethod(method_idx, dex_file)
2354 MethodReference ref(&dex_file, method_idx);
2355 DCHECK(GetCompiledMethod(ref) == NULL) << PrettyMethod(method_idx, dex_file);
2360 DCHECK(GetCompiledMethod(ref) != NULL) << PrettyMethod(method_idx, dex_file);
2365 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"