/art/runtime/ |
D | method_reference.h | 28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) { in MethodReference() 31 uint32_t dex_method_index; member 37 return mr1.dex_method_index < mr2.dex_method_index; in operator()
|
D | profiler.h | 76 if (mr1.dex_method_index == mr2.dex_method_index) { in operator() 79 return mr1.dex_method_index < mr2.dex_method_index; in operator()
|
D | profiler.cc | 610 std::string method_name = PrettyMethod(method.dex_method_index, *(method.dex_file)); in Write() 627 … PrettyMethod(current->GetMethod().dex_method_index, *(current->GetMethod().dex_file)).c_str(), in Write()
|
D | class_linker.h | 560 const DexFile& dex_file, uint32_t dex_method_index, uint32_t method_index)
|
D | class_linker.cc | 2628 const DexFile& dex_file, uint32_t dex_method_index, in LinkCode() argument
|
/art/compiler/dex/ |
D | verification_results.cc | 69 << PrettyMethod(ref.dex_method_index, *ref.dex_file); in ProcessVerifiedMethod() 114 method_ref.dex_method_index, *(method_ref.dex_file)).find("fibonacci")); in IsCandidateForCompilation()
|
D | mir_method_info.h | 117 DCHECK_LE(ref.dex_method_index, 0xffffu); in SetDevirtualizationTarget() 119 target_method_idx_ = ref.dex_method_index; in SetDevirtualizationTarget()
|
D | verified_method.cc | 86 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index, in GenerateGcMap() 94 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index, in GenerateGcMap() 109 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index, in GenerateGcMap()
|
D | mir_method_info.cc | 88 it->target_method_idx_ = target_method.dex_method_index; in Resolve()
|
D | mir_optimization.cc | 1220 nullptr /* code_item not used */, 0u /* class_def_idx not used */, target.dex_method_index, in ComputeInlineIFieldLoweringInfo() 1282 ->GenInline(this, bb, mir, target.dex_method_index)) { in InlineSpecialMethods() 1285 … << sharp_type << ") call to \"" << PrettyMethod(target.dex_method_index, *target.dex_file) in InlineSpecialMethods()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 222 target_method->dex_method_index))) { in IsFastInvoke() 243 CHECK(referrer_class->GetDexCache()->GetResolvedMethod(target_method->dex_method_index) == in IsFastInvoke() 267 devirt_target->dex_method_index, dex_cache, in IsFastInvoke() 275 devirt_target->dex_method_index, in IsFastInvoke()
|
D | compiler_driver.cc | 1224 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1231 *target_method->dex_file, target_method->dex_method_index); in GetCodeAndMethodForDirectCall() 1233 target_method->dex_method_index = dex_method_idx; in GetCodeAndMethodForDirectCall() 1236 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1261 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1268 target_method->dex_method_index = method->GetDexMethodIndex(); in GetCodeAndMethodForDirectCall() 1296 uint32_t method_idx = target_method->dex_method_index; in ComputeInvokeInfo() 1320 target_method->dex_method_index)) || in ComputeInvokeInfo()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor() 333 uint32_t method_idx = verifier->GetMethodReference().dex_method_index; in ComputeSpecialAccessorInfo()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 536 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds()); in NextSDCallInsn() 544 ObjArray::OffsetOfElement(target_method.dex_method_index).Int32Value(), in NextSDCallInsn() 621 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds()); in NextInterfaceCallInsn() 622 cg->LoadConstant(cg->TargetReg(kHiddenArg, kNotWide), target_method.dex_method_index); in NextInterfaceCallInsn() 675 cg->LoadConstant(cg->TargetReg(kArg0, kNotWide), target_method.dex_method_index); in NextInvokeInsnSP()
|
D | codegen_util.cc | 395 if (static_cast<uint32_t>(data_target->operands[0]) == method.dex_method_index && in ScanLiteralPoolMethod() 1229 data_target = AddWordData(&code_literal_list_, target_method.dex_method_index); in LoadCodeAddress() 1246 data_target = AddWordData(&method_literal_list_, target_method.dex_method_index); in LoadMethodAddress()
|
D | dex_file_method_inliner.cc | 410 return success && AddInlineMethod(verifier->GetMethodReference().dex_method_index, method); in AnalyseMethodCode()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 845 EmitCallRuntimeForCalleeMethodObjectAddr(target_method.dex_method_index, invoke_type, in EmitInvoke() 858 EmitLoadSDCalleeMethodObjectAddr(target_method.dex_method_index); in EmitInvoke() 875 EmitCallRuntimeForCalleeMethodObjectAddr(target_method.dex_method_index, in EmitInvoke() 893 target_method.dex_method_index, is_static); in EmitInvoke()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 965 int target_method_idx = target_method.dex_method_index; in LoadMethodAddress() 1002 int target_method_idx = target_method.dex_method_index; in CallWithLinkerFixup()
|