Home
last modified time | relevance | path

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

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