Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h398 bool jumps_to_join() const { return block_->predecessors()->length() > 1; } in jumps_to_join() function
/external/v8/src/x87/
Dlithium-x87.h415 bool jumps_to_join() const { return block_->predecessors()->length() > 1; } in jumps_to_join() function
Dlithium-x87.cc949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction()