Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetOatAddress

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