Searched refs:IsSuspendCheckEntry (Results 1 – 4 of 4) sorted by relevance
288 if (instruction->IsSuspendCheckEntry() && !codegen_->NeedsSuspendCheckEntry()) { in TryRemoveSuspendCheckEntry()
811 if (instruction->IsSuspendCheckEntry() && !codegen_->NeedsSuspendCheckEntry()) { in TryRemoveSuspendCheckEntry()
992 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
2628 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function