Searched defs:method_ref (Results 1 – 13 of 13) 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_test.h | 211 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 | 1193 MethodReference method_ref(dex_file_, method.GetIndex()); in VisitMethod() local 1274 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1419 const MethodReference& method_ref, in NewQuickCodeOffset() 1680 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1867 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure() 2425 MethodReference method_ref(dex_file, method_idx); in VisitDexMethods() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 170 MethodReference method_ref) { in ReserveSpace() 293 MethodReference method_ref, in ReserveSpaceInternal() 466 MethodReference method_ref) { in ResolveMethodCalls()
|
D | relative_patcher_thumb2_test.cc | 221 MethodReference method_ref, in AddCompiledMethod()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 446 const MethodReference& method_ref, in AnalyseMethodCode() 576 const MethodReference& method_ref, in AnalyseIGetMethod() 640 const MethodReference& method_ref, in AnalyseIPutMethod()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 161 const MethodReference& method_ref) { in MarkForCompilation() 565 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 101 MethodReference method_ref) { in ReserveSpace()
|
D | relative_patcher_arm64_test.cc | 194 MethodReference method_ref, in AddCompiledMethod()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 432 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local 489 MethodReference method_ref(&dex_file, method_idx); in CompileMethodDex2Dex() local 553 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local 2698 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() 2708 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1725 bool ProfileCompilationInfo::AddMethodHotness(const MethodReference& method_ref, in AddMethodHotness()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 735 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local
|