Home
last modified time | relevance | path

Searched defs:method_ref (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h59 uint32_t GetOffset(MethodReference method_ref) { in GetOffset()
65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset()
72 MethodReference method_ref) { in ReserveSpace()
H A Drelative_patcher_test.h216 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
H A Dmulti_oat_relative_patcher_test.cc38 MethodReference method_ref) override { in ReserveSpace()
H A Doat_writer.cc1234 MethodReference method_ref(dex_file_, method.GetIndex()); in VisitMethod() local
1315 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local
1459 const MethodReference& method_ref, in NewQuickCodeOffset()
1722 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local
1946 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc170 MethodReference method_ref) { in ReserveSpace()
293 MethodReference method_ref, in ReserveSpaceInternal()
479 MethodReference method_ref) { in ResolveMethodCalls()
H A Drelative_patcher_thumb2_test.cc221 MethodReference method_ref, in AddCompiledMethod()
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc446 const MethodReference& method_ref, in AnalyseMethodCode()
576 const MethodReference& method_ref, in AnalyseIGetMethod()
640 const MethodReference& method_ref, in AnalyseIPutMethod()
/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc256 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F() local
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64.cc104 MethodReference method_ref) { in ReserveSpace()
H A Drelative_patcher_arm64_test.cc194 MethodReference method_ref, in AddCompiledMethod()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc382 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local
438 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local
2671 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod()
2681 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1940 const MethodReference& method_ref, in GetMethodHotness()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc689 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local