Home
last modified time | relevance | path

Searched refs:GetDexMethodIndex (Results 1 – 25 of 41) sorted by relevance

12

/art/runtime/
Dart_method-inl.h165 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()
Dimtable-inl.h49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents()
78 *class_hash = method->GetDexMethodIndex(); in GetImtHashComponents()
Dart_method.cc74 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 …]
Dhidden_api.cc328 return method->GetNonObsoleteMethod()->GetDexMethodIndex(); in GetMemberDexIndex()
Dtrace.cc813 if (!(*bit_set)[method->GetDexMethodIndex()]) { in RegisterMethod()
814 bit_set->set(method->GetDexMethodIndex()); in RegisterMethod()
/art/runtime/jit/
Dprofiling_info_test.cc109 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()
Dprofile_saver.cc386 hot_methods->AddReference(method.GetDexFile(), method.GetDexMethodIndex()); in SampleClassesAndExecutedMethods()
388 sampled_methods->AddReference(method.GetDexFile(), method.GetDexMethodIndex()); in SampleClassesAndExecutedMethods()
/art/compiler/optimizing/
Dbuilder.cc89 << 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()
Dinliner.cc178 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 …]
Dstack_map_stream.cc192 uint32_t dex_method_index = method->GetDexMethodIndex(); in BeginInlineInfoEntry()
209 CHECK_EQ(code_info.GetMethodIndexOf(inline_info), method->GetDexMethodIndex()); in BeginInlineInfoEntry()
Dgraph_visualizer.cc456 StartAttributeStream("dex_file_index") << invoke->GetDexMethodIndex(); in VisitInvoke()
464 ? GetGraph()->GetDexFile().PrettyMethod(invoke->GetDexMethodIndex(), kWithSignature) in VisitInvoke()
Doptimizing_compiler.cc790 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/
Dexecutable.cc33 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex()); in CreateFromArtMethod()
Ddex_cache_test.cc149 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/
Dprofile-saving.cc63 art_method->GetDexMethodIndex())); in Java_Main_presentInProfile()
/art/compiler/
Dcommon_compiler_test.cc189 method->GetDexMethodIndex(), in CompileMethod()
195 MethodReference(&dex_file, method->GetDexMethodIndex())); in CompileMethod()
200 method->GetDexMethodIndex(), in CompileMethod()
/art/compiler/driver/
Ddex_compilation_unit.h65 uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function
/art/dex2oat/driver/
Dcompiler_driver-inl.h61 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
Dcompiler_driver_test.cc88 method->GetDexMethodIndex())); in MakeExecutable()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc387 << 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/
Dverifier_deps.cc889 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()
Dverifier_deps.h192 uint32_t GetDexMethodIndex() const { return std::get<0>(*this); } in GetDexMethodIndex() function
/art/dex2oat/
Dverifier_deps_test.cc391 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/
Dprofile_assistant_test.cc355 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/
Dstub_test.cc1931 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()

12