Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h56 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()
Dmulti_oat_relative_patcher_test.cc38 MethodReference method_ref) OVERRIDE { in ReserveSpace()
Doat_writer.cc1170 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/
Drelative_patcher_arm_base.cc164 MethodReference method_ref) { in ReserveSpace()
286 MethodReference method_ref, in ReserveSpaceInternal()
459 MethodReference method_ref) { in ResolveMethodCalls()
/art/compiler/dex/
Dinline_method_analyser.cc446 const MethodReference& method_ref, in AnalyseMethodCode()
576 const MethodReference& method_ref, in AnalyseIGetMethod()
640 const MethodReference& method_ref, in AnalyseIPutMethod()
Ddex_to_dex_compiler.cc159 const MethodReference& method_ref) { in MarkForCompilation()
565 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
/art/compiler/linker/
Drelative_patcher_test.h190 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
/art/compiler/driver/
Dcompiler_driver.cc471 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/
Drelative_patcher_arm64.cc100 MethodReference method_ref) { in ReserveSpace()
/art/runtime/jit/
Dprofile_compilation_info.cc1570 bool ProfileCompilationInfo::AddMethodHotness(const MethodReference& method_ref, in AddMethodHotness()
/art/runtime/interpreter/
Dunstarted_runtime.cc727 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local