Lines Matching refs:GetOatAddress
1084 const byte* quick_code = GetOatAddress(method->GetQuickOatCodeOffset()); in GetQuickCode()
1092 quick_code = GetOatAddress(quick_generic_jni_trampoline_offset_); in GetQuickCode()
1095 quick_code = GetOatAddress(quick_to_interpreter_bridge_offset_); in GetQuickCode()
1101 quick_code = GetOatAddress(quick_resolution_trampoline_offset_); in GetQuickCode()
1111 return GetOatAddress(quick_resolution_trampoline_offset_); in GetQuickEntryPoint()
1114 return GetOatAddress(quick_imt_conflict_trampoline_offset_); in GetQuickEntryPoint()
1120 return GetOatAddress(quick_to_interpreter_bridge_offset_); in GetQuickEntryPoint()
1150 GetOatAddress(portable_resolution_trampoline_offset_), target_ptr_size_); in FixupMethod()
1153 GetOatAddress(quick_resolution_trampoline_offset_), target_ptr_size_); in FixupMethod()
1158 GetOatAddress(portable_imt_conflict_trampoline_offset_), target_ptr_size_); in FixupMethod()
1161 GetOatAddress(quick_imt_conflict_trampoline_offset_), target_ptr_size_); in FixupMethod()
1169 GetOatAddress(portable_to_interpreter_bridge_offset_), target_ptr_size_); in FixupMethod()
1172 GetOatAddress(quick_to_interpreter_bridge_offset_), target_ptr_size_); in FixupMethod()
1175 GetOatAddress(interpreter_to_interpreter_bridge_offset_))), target_ptr_size_); in FixupMethod()
1184 const byte* portable_code = GetOatAddress(orig->GetPortableOatCodeOffset()); in FixupMethod()
1192 portable_code = GetOatAddress(portable_resolution_trampoline_offset_); in FixupMethod()
1195 portable_code = GetOatAddress(portable_to_interpreter_bridge_offset_); in FixupMethod()
1201 portable_code = GetOatAddress(portable_resolution_trampoline_offset_); in FixupMethod()
1210 copy->SetEntryPointFromJniPtrSize<kVerifyNone>(GetOatAddress(jni_dlsym_lookup_offset_), in FixupMethod()
1221 const_cast<byte*>(GetOatAddress(interpreter_code))); in FixupMethod()