Searched refs:IsSuspendCheckEntry (Results 1 – 4 of 4) sorted by relevance
277 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
595 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
792 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
2204 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function