Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h60 uint32_t GetOffset(MethodReference method_ref) { in GetOffset()
66 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset()
73 MethodReference method_ref) { in ReserveSpace()
Drelative_patcher.cc51 [[maybe_unused]] MethodReference method_ref) override { in Create()
Drelative_patcher_test.h227 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
Dmulti_oat_relative_patcher_test.cc38 MethodReference method_ref) override { in ReserveSpace()
Doat_writer.cc1095 MethodReference method_ref(dex_file_, method_index); in VisitMethod() local
1196 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local
1340 const MethodReference& method_ref, in NewQuickCodeOffset()
1623 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local
1878 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_base.cc27 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
/art/dex2oat/dex/
Dverification_results.cc65 MethodReference method_ref(&dex_file, method.GetIndex()); in AddUncompilableClass() local
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc170 MethodReference method_ref) { in ReserveSpace()
293 MethodReference method_ref, in ReserveSpaceInternal()
479 MethodReference method_ref) { in ResolveMethodCalls()
Drelative_patcher_thumb2_test.cc234 MethodReference method_ref, in AddCompiledMethod()
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64.cc36 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
/art/runtime/jit/
Dprofiling_info_test.cc261 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc107 MethodReference method_ref) { in ReserveSpace()
Drelative_patcher_arm64_test.cc200 MethodReference method_ref, in AddCompiledMethod()
/art/dex2oat/driver/
Dcompiler_driver_test.cc87 MethodReference method_ref(method->GetDexFile(), method->GetDexMethodIndex()); in MakeExecutable() local
Dcompiler_driver.cc382 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local
417 MethodReference method_ref) { in ShouldCompileBasedOnProfile()
475 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local
2778 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod()
2788 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
/art/libprofile/profile/
Dprofile_compilation_info.cc2094 const MethodReference& method_ref, in GetMethodHotness()
/art/runtime/interpreter/
Dunstarted_runtime.cc729 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local