Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc288 if (instruction->IsSuspendCheckEntry() && !codegen_->NeedsSuspendCheckEntry()) { in TryRemoveSuspendCheckEntry()
Dregister_allocator_graph_color.cc811 if (instruction->IsSuspendCheckEntry() && !codegen_->NeedsSuspendCheckEntry()) { in TryRemoveSuspendCheckEntry()
Dcode_generator.cc992 if (!instruction->IsSuspendCheckEntry()) { in AllocateLocations()
Dnodes.h2628 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry() function