Searched refs:oat_code_offset (Results 1 – 1 of 1) sorted by relevance
1414 const void* oat_code_offset = target->GetEntryPointFromQuickCompiledCodePtrSize(size); in GetTargetOffset() local1415 if (oat_code_offset != 0) { in GetTargetOffset()1417 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickResolutionStub(oat_code_offset)); in GetTargetOffset()1418 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(oat_code_offset)); in GetTargetOffset()1419 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickGenericJniStub(oat_code_offset)); in GetTargetOffset()1420 target_offset = PointerToLowMemUInt32(oat_code_offset); in GetTargetOffset()