Searched refs:IsSuspendCheckEntry (Results 1 – 3 of 3) sorted by relevance
435 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
254 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
1515 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function