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 282 LGoto* goto_instr = LGoto::cast(last_instr); local
298 label->set_replacement(GetLabel(goto_instr->block_id()));
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 404 void LeavingBlock(int current_block_id, LGoto* goto_instr);
lithium-codegen-x87.cc 662 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr) {
667 if (current_block_id + 1 != goto_instr->block_id()) {
    [all...]

Completed in 151 milliseconds