Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc315 if (!block->IsSingleJump()) { in GetNextBlockToEmit()
323 while (block->IsSingleJump()) { in FirstNonEmptyBlock()
406 if (block->IsSingleJump()) continue; in Compile()
Dregister_allocator_graph_color.cc80 if (block->IsSingleJump()) { in CostForMoveAt()
Dnodes.h1094 bool IsSingleJump() const { in IsSingleJump() function