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

  /external/chromium_org/v8/src/
lithium.cc 311 LGoto* goto_instr = LGoto::cast(last_instr); local
327 label->set_replacement(GetLabel(goto_instr->block_id()));
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 410 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
lithium-codegen-x87.cc 711 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr,
717 int goto_block_id = goto_instr->block_id();
725 int length = goto_instr->block()->predecessors()->length();
728 HBasicBlock* block = goto_instr->block()->predecessors()->at(i);
    [all...]

Completed in 93 milliseconds