Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc277 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
Dcode_generator.cc595 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
Dregister_allocator_graph_color.cc792 DCHECK(instruction->IsSuspendCheckEntry()); in ProcessInstruction()
Dnodes.h2204 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function