Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.cc300 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
316 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h388 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
Dlithium-codegen-x87.cc606 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() argument
612 int goto_block_id = goto_instr->block_id(); in LeavingBlock()
620 int length = goto_instr->block()->predecessors()->length(); in LeavingBlock()
623 HBasicBlock* block = goto_instr->block()->predecessors()->at(i); in LeavingBlock()