Home | History | Annotate | Download | only in compiler

Lines Matching defs:quick_code

1084   const byte* quick_code = GetOatAddress(method->GetQuickOatCodeOffset());
1086 if (quick_code != nullptr &&
1089 } else if (quick_code == nullptr && method->IsNative() &&
1092 quick_code = GetOatAddress(quick_generic_jni_trampoline_offset_);
1093 } else if (quick_code == nullptr && !method->IsNative()) {
1095 quick_code = GetOatAddress(quick_to_interpreter_bridge_offset_);
1101 quick_code = GetOatAddress(quick_resolution_trampoline_offset_);
1103 return quick_code;
1178 const byte* quick_code = GetQuickCode(orig, &quick_is_interpreted);
1179 copy->SetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>(quick_code, target_ptr_size_);