Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc28 MethodReference method_ref) { in ReserveSpace()
85 MethodReference method_ref, in ReserveSpaceInternal()
140 MethodReference method_ref, in ReserveSpaceProcessPatches()
/art/compiler/linker/
Drelative_patcher_test.h70 void AddCompiledMethod(MethodReference method_ref, in AddCompiledMethod()
155 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
/art/compiler/jit/
Djit_compiler.cc159 MethodReference method_ref(dex_file, method->GetDexMethodIndex()); in CompileMethod() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc45 MethodReference method_ref) { in ReserveSpace()
/art/runtime/interpreter/
Dinterpreter_common.cc665 MethodReference method_ref = method->ToMethodReference(); in DoCall() local
/art/compiler/dex/quick/x86/
Dutility_x86.cc1072 MethodReference method_ref = mir_graph_->GetMethodLoweringInfo(mir).GetTargetMethod(); in AnalyzeInvokeStaticIntrinsic() local
/art/runtime/
Dprofiler.cc528 MethodReference method_ref(dex_file, method_idx); in PutStack() local
/art/compiler/dex/quick/
Dcodegen_util.cc860 MethodReference method_ref(cu_->dex_file, cu_->method_idx); in CreateNativeGcMapWithoutRegisterPromotion() local
/art/compiler/driver/
Dcompiler_driver.cc2263 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
2342 void CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
/art/compiler/
Doat_writer.cc397 MethodReference method_ref(dex_file_, it.GetMemberIndex()); in VisitMethod() local
/art/compiler/dex/
Dmir_graph.h539 MethodReference method_ref; member