/art/runtime/ |
D | art_method-inl.h | 165 uint32_t dex_method_idx = GetDexMethodIndex(); in GetDeclaringClassDescriptor() 182 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty() 186 uint32_t dex_method_idx = GetDexMethodIndex(); in GetSignature() 196 uint32_t dex_method_idx = GetDexMethodIndex(); in GetName() 206 uint32_t dex_method_idx = GetDexMethodIndex(); in GetNameView() 219 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() 243 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex())); in GetPrototype() 250 dex_file->GetMethodId(GetDexMethodIndex())); in GetParameterTypeList() 339 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex() 413 return CodeItemDebugInfoAccessor(*GetDexFile(), GetCodeItem(), GetDexMethodIndex()); in DexInstructionDebugInfo()
|
D | imtable-inl.h | 49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() 78 *class_hash = method->GetDexMethodIndex(); in GetImtHashComponents()
|
D | art_method.cc | 74 GetDexMethodIndex(), in GetCanonicalMethod() 135 const dex::TypeIndex declaring_class_type = dex_file->GetMethodId(GetDexMethodIndex()).class_idx_; in FindObsoleteDexClassDefIndex() 184 const dex::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex()); in HasSameNameAndSignature() 186 const dex::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() 190 const dex::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() 236 const uint32_t dex_method_idx = GetDexMethodIndex(); in FindDexMethodIndexInOtherDexFile() 462 method->GetDexMethodIndex()); in FindOatMethodFromDexFileFor() 499 if (method->GetDexMethodIndex() == art_method.GetDexMethodIndex()) { in FindOatMethodFor() 511 method->GetDexMethodIndex())); in FindOatMethodFor() 523 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in EqualParameters() [all …]
|
D | hidden_api.cc | 328 return method->GetNonObsoleteMethod()->GetDexMethodIndex(); in GetMemberDexIndex()
|
D | trace.cc | 813 if (!(*bit_set)[method->GetDexMethodIndex()]) { in RegisterMethod() 814 bit_set->set(method->GetDexMethodIndex()); in RegisterMethod()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 109 MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in SaveProfilingInfo() 169 method->GetDexMethodIndex()), in SaveProfilingInfoWithFakeInlineCaches() 255 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 274 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 279 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 312 Hotness h = info.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 319 m->GetDexMethodIndex()); in TEST_F()
|
D | profile_saver.cc | 386 hot_methods->AddReference(method.GetDexFile(), method.GetDexMethodIndex()); in SampleClassesAndExecutedMethods() 388 sampled_methods->AddReference(method.GetDexFile(), method.GetDexMethodIndex()); in SampleClassesAndExecutedMethods()
|
/art/compiler/optimizing/ |
D | builder.cc | 89 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation() 98 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation() 170 uint32_t method_idx = dex_compilation_unit_->GetDexMethodIndex(); in BuildIntrinsicGraph()
|
D | inliner.cc | 178 call->GetDexMethodIndex(), /* with_signature= */ false); in Run() 286 return method->GetDexMethodIndex(); in FindMethodIndexIn() 424 if (!compiler_options.IsMethodVerifiedWithoutFailures(method->GetDexMethodIndex(), in IsMethodUnverified() 477 uint32_t method_index = invoke_instruction->GetDexMethodIndex(); in TryInline() 608 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 616 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 638 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 698 caller_compilation_unit_.GetDexMethodIndex()); in GetInlineCacheAOT() 779 invoke_instruction->GetDexMethodIndex()) << " : " in ExtractClassesFromOfflineProfile() [all …]
|
D | stack_map_stream.cc | 192 uint32_t dex_method_index = method->GetDexMethodIndex(); in BeginInlineInfoEntry() 209 CHECK_EQ(code_info.GetMethodIndexOf(inline_info), method->GetDexMethodIndex()); in BeginInlineInfoEntry()
|
D | graph_visualizer.cc | 456 StartAttributeStream("dex_file_index") << invoke->GetDexMethodIndex(); in VisitInvoke() 464 ? GetGraph()->GetDexFile().PrettyMethod(invoke->GetDexMethodIndex(), kWithSignature) in VisitInvoke()
|
D | optimizing_compiler.cc | 790 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompile() 953 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompileIntrinsic() 1264 const uint32_t method_idx = method->GetDexMethodIndex(); in JitCompile()
|
/art/runtime/mirror/ |
D | executable.cc | 33 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex()); in CreateFromArtMethod()
|
D | dex_cache_test.cc | 149 const dex::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); in TEST_F() 150 const dex::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex()); in TEST_F()
|
/art/test/595-profile-saving/ |
D | profile-saving.cc | 63 art_method->GetDexMethodIndex())); in Java_Main_presentInProfile()
|
/art/compiler/ |
D | common_compiler_test.cc | 189 method->GetDexMethodIndex(), in CompileMethod() 195 MethodReference(&dex_file, method->GetDexMethodIndex())); in CompileMethod() 200 method->GetDexMethodIndex(), in CompileMethod()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 65 uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function
|
/art/dex2oat/driver/ |
D | compiler_driver-inl.h | 61 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
|
D | compiler_driver_test.cc | 88 method->GetDexMethodIndex())); in MakeExecutable()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 387 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileReturnVoid() 409 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileCheckCast() 444 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInstanceFieldAccess() 493 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInvokeVirtual()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 889 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in Dump() 1093 const dex::MethodId& method_id = dex_file.GetMethodId(entry.GetDexMethodIndex()); in VerifyMethods() 1121 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods() 1125 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1131 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1138 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods()
|
D | verifier_deps.h | 192 uint32_t GetDexMethodIndex() const { return std::get<0>(*this); } in GetDexMethodIndex() function
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 391 const dex::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex()); in HasMethod() 1360 methods->insert(VerifierDeps::MethodResolution(entry.GetDexMethodIndex(), in TEST_F() 1387 methods->insert(VerifierDeps::MethodResolution(entry.GetDexMethodIndex(), in TEST_F() 1401 methods->insert(VerifierDeps::MethodResolution(entry.GetDexMethodIndex(), in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 355 method->GetDexMethodIndex()); in AssertInlineCaches() 732 method.GetDexMethodIndex()); in TEST_F() 991 no_inline_cache->GetDexMethodIndex()); in TEST_F() 1075 inline_monomorphic->GetDexMethodIndex()); in TEST_F()
|
/art/runtime/arch/ |
D | stub_test.cc | 1931 static_cast<size_t>(inf_contains->GetDexMethodIndex())); in TEST_F() 1951 static_cast<size_t>(inf_contains->GetDexMethodIndex())); in TEST_F() 1958 result = Invoke3WithReferrer(static_cast<size_t>(inf_contains->GetDexMethodIndex()), in TEST_F() 1969 static_cast<size_t>(inf_contains->GetDexMethodIndex()), in TEST_F()
|