Home
last modified time | relevance | path

Searched refs:IsSuspendCheckEntry (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc435 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
Dregister_allocator.cc254 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
Dnodes.h1515 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function