Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc240 if (!block->IsSingleJump()) { in GetNextBlockToEmit()
248 while (block->IsSingleJump()) { in FirstNonEmptyBlock()
333 if (block->IsSingleJump()) continue; in Compile()
Dnodes.h1161 bool IsSingleJump() const { in IsSingleJump() function