Home
last modified time | relevance | path

Searched refs:GetOatAddress (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.cc1084 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()
[all …]
Dimage_writer.h154 const byte* GetOatAddress(uint32_t offset) const { in GetOatAddress() function