Home
last modified time | relevance | path

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

123

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc170 MethodReference method_ref) { in ReserveSpace()
180 ResolveMethodCalls(offset, MethodReference(nullptr, dex::kDexNoIndex)); in ReserveSpaceEnd()
293 MethodReference method_ref, in ReserveSpaceInternal()
479 MethodReference method_ref) { in ResolveMethodCalls()
487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
/art/tools/veridex/
Dflow_analysis.h209 const std::map<MethodReference, std::vector<ReflectAccessInfo>>& accesses) in FlowAnalysisSubstitutor() argument
223 const std::map<MethodReference, std::vector<ReflectAccessInfo>>& accesses_;
Dhidden_api.h84 static std::string GetApiMethodName(MethodReference ref) { in GetApiMethodName()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.h39 MethodReference method_ref) override;
/art/libdexfile/dex/
Dclass_accessor-inl.h76 inline MethodReference ClassAccessor::Method::GetReference() const { in GetReference()
77 return MethodReference(&dex_file_, GetIndex()); in GetReference()
Dclass_accessor.h36 class MethodReference; variable
103 MethodReference GetReference() const;
/art/runtime/entrypoints/
Dentrypoint_utils.h47 class MethodReference; variable
224 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference);
Dentrypoint_utils.cc287 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference) { in MaybeUpdateBssMethodEntry()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc161 const MethodReference& method_ref) { in MarkForCompilation()
204 bool DexToDexCompiler::ShouldCompileMethod(const MethodReference& ref) { in ShouldCompileMethod()
565 MethodReference method_ref(&dex_file, method_idx); in CompileMethod()
662 for (const MethodReference& ref : state.methods_) { in UnquickenConflictingMethods()
/art/dex2oat/driver/
Dcompiler_driver_test.cc87 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
206 profile_info_.AddMethod(ProfileMethodInfo(MethodReference(dex_file.get(), 1)), in GetProfileCompilationInfo()
208 profile_info_.AddMethod(ProfileMethodInfo(MethodReference(dex_file.get(), 2)), in GetProfileCompilationInfo()
/art/runtime/
Dcommon_runtime_test.h42 class MethodReference; variable
169 const std::function<void(MethodReference)>& method_visitor,
Dcommon_runtime_test.cc547 const std::function<void(MethodReference)>& method_visitor, in VisitDexes()
567 method_visitor(MethodReference(dex_file.get(), i)); in VisitDexes()
586 [&profile](MethodReference ref) { in GenerateProfile()
/art/compiler/dex/
Dinline_method_analyser.cc439 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in AnalyseMethodCode()
446 const MethodReference& method_ref, in AnalyseMethodCode()
513 bool InlineMethodAnalyser::IsSyntheticAccessor(MethodReference ref) { in IsSyntheticAccessor()
576 const MethodReference& method_ref, in AnalyseIGetMethod()
640 const MethodReference& method_ref, in AnalyseIPutMethod()
/art/dex2oat/linker/
Drelative_patcher.cc48 MethodReference method_ref ATTRIBUTE_UNUSED) override { in Create()
Doat_writer.cc902 MethodReference(dex_file_, method.GetIndex())); in VisitMethod()
909 MethodReference target_method = patch.TargetMethod(); in VisitMethod()
988 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
1044 MethodReference method_reference;
1225 MethodReference method_ref(dex_file_, method.GetIndex()); in VisitMethod()
1306 const MethodReference& method_ref = method_data.method_reference; in VisitMethod()
1451 const MethodReference& method_ref, in NewQuickCodeOffset()
1714 const MethodReference& method_ref = method_data.method_reference; in VisitMethod()
1907 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure()
1914 MethodReference ref = patch.TargetMethod(); in GetTargetMethod()
[all …]
Doat_writer.h450 SafeMap<MethodReference, size_t, MethodReferenceValueComparator> bss_method_entries_;
/art/compiler/linker/
Dlinker_patch.h186 MethodReference TargetMethod() const { in TargetMethod()
190 return MethodReference(target_dex_file_, method_idx_); in TargetMethod()
/art/runtime/jit/
Dprofile_saver.h54 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref)
/art/compiler/driver/
Dcompiler_options.cc161 MethodReference ref(dex_file, method_idx); in GetVerifiedMethod()
/art/profman/
Dprofile_assistant_test.cc64 ProfileMethodInfo(MethodReference(dex, method_idx), inline_caches), flags); in AddMethod()
73 return info->AddMethod(ProfileMethodInfo(MethodReference(dex, method_idx)), in AddMethod()
339 info.GetHotMethodInfo(MethodReference( in AssertInlineCaches()
731 info.GetHotMethodInfo(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()
1101 info.GetHotMethodInfo(MethodReference( in TEST_F()
1184 info.GetHotMethodInfo(MethodReference(dex_file, inline_monomorphic->GetDexMethodIndex())); in TEST_F()
1400 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(&d1, i)) != nullptr) << i; in TEST_F()
1401 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(&d2, i)) != nullptr) << i; in TEST_F()
1403 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(dex_to_be_updated1, i)) == nullptr); in TEST_F()
1404 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(dex_to_be_updated2, i)) == nullptr); in TEST_F()
Dboot_image_profile.cc48 static std::string BootImageRepresentation(const MethodReference& ref) { in BootImageRepresentation()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc69 MaybeUpdateBssMethodEntry(target_method, MethodReference(method->GetDexFile(), method_idx)); in artFindNativeMethodRunnable()
/art/runtime/verifier/
Dmethod_verifier.h193 MethodReference GetMethodReference() const;
/art/compiler/
Dcommon_compiler_test.cc208 MethodReference(&dex_file, method->GetDexMethodIndex())); in CompileMethod()
/art/dexlayout/
Ddex_visualize.cc179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()

123