Searched defs:method_ref (Results 1 – 11 of 11) sorted by relevance
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 56 uint32_t GetOffset(MethodReference method_ref) { in GetOffset() 62 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() 69 MethodReference method_ref) { in ReserveSpace()
|
D | multi_oat_relative_patcher_test.cc | 38 MethodReference method_ref) OVERRIDE { in ReserveSpace()
|
D | oat_writer.cc | 1170 MethodReference method_ref(dex_file_, it.GetMemberIndex()); in VisitMethod() local 1252 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1424 const MethodReference& method_ref, in NewQuickCodeOffset() 1730 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1920 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure() 2649 MethodReference method_ref(dex_file, method_idx); in VisitDexMethods() local
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 164 MethodReference method_ref) { in ReserveSpace() 286 MethodReference method_ref, in ReserveSpaceInternal() 459 MethodReference method_ref) { in ResolveMethodCalls()
|
/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()
|
D | dex_to_dex_compiler.cc | 159 const MethodReference& method_ref) { in MarkForCompilation() 565 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 190 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 471 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local 542 MethodReference method_ref(&dex_file, method_idx); in CompileMethodDex2Dex() local 609 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local 2833 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() 2845 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 100 MethodReference method_ref) { in ReserveSpace()
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 1570 bool ProfileCompilationInfo::AddMethodHotness(const MethodReference& method_ref, in AddMethodHotness()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 727 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local
|