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

  /external/chromium_org/v8/src/
lithium.cc 292 LGoto* goto_instr = LGoto::cast(last_instr); local
308 label->set_replacement(GetLabel(goto_instr->block_id()));
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 1019 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1020 if (goto_instr != NULL) return goto_instr;
1762 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1779 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
2567 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1093 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1757 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1774 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
2681 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
    [all...]
lithium-codegen-ia32.h 447 void LeavingBlock(int current_block_id, LGoto* goto_instr);
lithium-codegen-ia32.cc 718 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr) {
723 if (current_block_id + 1 != goto_instr->block_id()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1028 if (goto_instr != NULL) return goto_instr;
1686 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1703 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
2493 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1028 if (goto_instr != NULL) return goto_instr;
1661 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
1678 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
2516 LInstruction* goto_instr = CheckElideControlInstruction(instr); local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 453 LGoto* goto_instr = LGoto::cast(last_instr); local
470 label->set_replacement(GetLabel(goto_instr->block_id()));
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 397 LGoto* goto_instr = LGoto::cast(last_instr); local
414 label->set_replacement(GetLabel(goto_instr->block_id()));
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 453 LGoto* goto_instr = LGoto::cast(last_instr); local
470 label->set_replacement(GetLabel(goto_instr->block_id()));
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 395 LGoto* goto_instr = LGoto::cast(last_instr); local
412 label->set_replacement(GetLabel(goto_instr->block_id()));
    [all...]

Completed in 614 milliseconds