HomeSort by relevance Sort by last modified time
    Searched refs:goto_instr (Results 1 - 3 of 3) sorted by null

  /external/v8/src/crankshaft/
lithium.cc 301 LGoto* goto_instr = LGoto::cast(last_instr); local
317 label->set_replacement(GetLabel(goto_instr->block_id()));
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 384 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
lithium-codegen-x87.cc 614 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr,
620 int goto_block_id = goto_instr->block_id();
628 int length = goto_instr->block()->predecessors()->length();
631 HBasicBlock* block = goto_instr->block()->predecessors()->at(i);
    [all...]

Completed in 795 milliseconds