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