Home
last modified time | relevance | path

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

/art/compiler/linker/
Dmulti_oat_relative_patcher.h57 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()
Drelative_patcher_test.h191 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
Dmulti_oat_relative_patcher_test.cc39 MethodReference method_ref) OVERRIDE { in ReserveSpace()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc141 MethodReference method_ref) { in ReserveSpace()
221 MethodReference method_ref, in ReserveSpaceInternal()
384 MethodReference method_ref) { in ResolveMethodCalls()
/art/compiler/dex/
Dinline_method_analyser.cc441 const MethodReference& method_ref, in AnalyseMethodCode()
572 const MethodReference& method_ref, in AnalyseIGetMethod()
636 const MethodReference& method_ref, in AnalyseIPutMethod()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc96 MethodReference method_ref) { in ReserveSpace()
/art/compiler/driver/
Dcompiler_driver.cc531 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
1378 void CompilerDriver::MarkForDexToDexCompilation(Thread* self, const MethodReference& method_ref) { in MarkForDexToDexCompilation()
2679 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod()
/art/compiler/
Doat_writer.cc777 MethodReference method_ref(dex_file_, it.GetMemberIndex()); in VisitMethod() local
/art/runtime/interpreter/
Dunstarted_runtime.cc686 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local