Searched defs:method_ref (Results 1 – 9 of 9) sorted by relevance
/art/compiler/linker/ |
D | multi_oat_relative_patcher.h | 57 uint32_t GetOffset(MethodReference method_ref) { in GetOffset() 63 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() 70 MethodReference method_ref) { in ReserveSpace()
|
D | relative_patcher_test.h | 84 void AddCompiledMethod(MethodReference method_ref, in AddCompiledMethod() 184 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
|
D | multi_oat_relative_patcher_test.cc | 39 MethodReference method_ref) OVERRIDE { in ReserveSpace()
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 29 MethodReference method_ref) { in ReserveSpace() 92 MethodReference method_ref, in ReserveSpaceInternal() 147 MethodReference method_ref, in ReserveSpaceProcessPatches()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 460 const MethodReference& method_ref, in AnalyseMethodCode() 594 const MethodReference& method_ref, in AnalyseIGetMethod() 659 const MethodReference& method_ref, in AnalyseIPutMethod()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 57 MethodReference method_ref) { in ReserveSpace()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 576 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local 1343 void CompilerDriver::MarkForDexToDexCompilation(Thread* self, const MethodReference& method_ref) { in MarkForDexToDexCompilation() 2734 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() 2748 void CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
|
/art/runtime/ |
D | profiler.cc | 537 MethodReference method_ref(dex_file, method_idx); in PutStack() local
|
/art/compiler/ |
D | oat_writer.cc | 693 MethodReference method_ref(dex_file_, it.GetMemberIndex()); in VisitMethod() local
|