Searched defs:method_ref (Results 1 – 17 of 17) sorted by relevance
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 59 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()
|
D | relative_patcher.cc | 51 [[maybe_unused]] MethodReference method_ref) override { in Create()
|
D | relative_patcher_test.h | 227 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
|
D | multi_oat_relative_patcher_test.cc | 38 MethodReference method_ref) override { in ReserveSpace()
|
D | oat_writer.cc | 1059 MethodReference method_ref(dex_file_, method_index); in VisitMethod() local 1160 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1304 const MethodReference& method_ref, in NewQuickCodeOffset() 1584 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1825 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_base.cc | 27 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
|
/art/dex2oat/dex/ |
D | verification_results.cc | 65 MethodReference method_ref(&dex_file, method.GetIndex()); in AddUncompilableClass() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 170 MethodReference method_ref) { in ReserveSpace() 293 MethodReference method_ref, in ReserveSpaceInternal() 479 MethodReference method_ref) { in ResolveMethodCalls()
|
D | relative_patcher_thumb2_test.cc | 234 MethodReference method_ref, in AddCompiledMethod()
|
/art/dex2oat/linker/riscv64/ |
D | relative_patcher_riscv64.cc | 36 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 262 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 106 MethodReference method_ref) { in ReserveSpace()
|
D | relative_patcher_arm64_test.cc | 200 MethodReference method_ref, in AddCompiledMethod()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 86 MethodReference method_ref(method->GetDexFile(), method->GetDexMethodIndex()); in MakeExecutable() local
|
D | compiler_driver.cc | 383 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local 419 MethodReference method_ref) { in ShouldCompileBasedOnProfile() 479 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local 2783 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() 2793 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 2062 const MethodReference& method_ref, in GetMethodHotness()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 737 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local
|