Home
last modified time | relevance | path

Searched refs:MethodReference (Results 51 – 74 of 74) sorted by relevance

123

/art/dex2oat/driver/
Dcompiler_driver.cc433 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness()
490 MethodReference method_ref(&dex_file, method_idx); in CompileMethodDex2Dex()
554 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick()
945 bool CompilerDriver::ShouldCompileBasedOnProfile(const MethodReference& method_ref) const { in ShouldCompileBasedOnProfile()
2844 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod()
2854 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
2930 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc102 MethodReference method_ref) { in ReserveSpace()
Drelative_patcher_arm64_test.cc194 MethodReference method_ref, in AddCompiledMethod()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h614 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
615 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method);
Dcode_generator_arm64.h716 vixl::aarch64::Label* NewBootImageMethodPatch(MethodReference target_method,
723 vixl::aarch64::Label* NewMethodBssEntryPatch(MethodReference target_method,
Dinstruction_builder.cc445 MethodReference target_method(dex_file_, method_idx); in BuildIntrinsic()
835 /*out*/MethodReference* target_method, in ResolveMethod()
930 MethodReference(resolved_method->GetDexFile(), resolved_method->GetDexMethodIndex()); in ResolveMethod()
933 *target_method = MethodReference(/*file=*/ nullptr, resolved_method->GetVtableIndex()); in ResolveMethod()
936 *target_method = MethodReference(/*file=*/ nullptr, ImTable::GetImtIndex(resolved_method)); in ResolveMethod()
964 MethodReference target_method(nullptr, 0u); in BuildInvoke()
Dcode_generator_arm64.cc4454 MethodReference target_method(&GetGraph()->GetDexFile(), invoke->GetDexMethodIndex()); in GenerateStaticOrDirectCall()
4648 MethodReference target_method, in NewBootImageMethodPatch()
4655 MethodReference target_method, in NewMethodBssEntryPatch()
4808 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dinliner.cc712 pci->GetHotMethodInfo(MethodReference( in GetInlineCacheAOT()
Dnodes.h4640 MethodReference target_method, in HInvokeStaticOrDirect()
4742 MethodReference GetTargetMethod() const { in GetTargetMethod()
4845 const MethodReference target_method_;
Dcode_generator_arm_vixl.cc9091 MethodReference(&GetGraph()->GetDexFile(), invoke->GetDexMethodIndex())); in GenerateStaticOrDirectCall()
9236 MethodReference target_method) { in NewBootImageMethodPatch()
9242 MethodReference target_method) { in NewMethodBssEntryPatch()
9356 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dcode_generator_x86_64.cc1207 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
Dcode_generator_x86.cc5266 MethodReference target_method = invoke->GetTargetMethod(); in AllocateInstanceForIntrinsic()
/art/libprofile/profile/
Dprofile_compilation_info.cc1597 const MethodReference& method_ref, in GetMethodHotness()
1606 ProfileCompilationInfo::GetHotMethodInfo(const MethodReference& method_ref, in GetHotMethodInfo()
2329 MethodReference ref(dex_file.get(), method_idx); in ExtractProfileData()
2362 const MethodReference& otherRef = it.first; in MergeData()
/art/dex2oat/
Ddex2oat_test.cc1396 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
1397 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
1400 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
1403 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()
Dverifier_deps_test.cc100 AtomicDexRefMap<MethodReference, const VerifiedMethod*>* map = in VerifyWithCompilerDriver()
/art/dexlayout/
Ddexlayout_test.cc356 pfi.AddMethod(ProfileMethodInfo(MethodReference(dex_file.get(), /*index=*/ i)), in CreateProfile()
Ddexlayout.cc1656 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1764 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems()
/art/tools/veridex/
Dflow_analysis.cc747 MethodReference method(&resolver_->GetDexFile(), id); in AnalyzeInvoke()
/art/runtime/jit/
Dprofile_saver.cc928 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod()
Djit_code_cache.cc1636 MethodReference(dex_file, method->GetDexMethodIndex()), inline_caches); in GetProfiledMethods()
1694 MethodReference(dex_file, method->GetDexMethodIndex()), inline_caches); in GetProfiledMethods()
/art/dex2oat/linker/
Doat_writer_test.cc66 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
/art/profman/
Dprofman.cc1179 MethodReference ref(class_ref.dex_file, method_index); in ProcessLine()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc221 MethodReference method_ref, in AddCompiledMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1235 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline()

123