Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x64/
Dlithium-x64.cc1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local
1028 if (goto_instr != NULL) return goto_instr; in DoBranch()
1661 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local
1662 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()
1678 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local
1679 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()
2516 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local
2517 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc1019 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local
1020 if (goto_instr != NULL) return goto_instr; in DoBranch()
1762 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local
1763 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()
1779 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local
1780 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()
2567 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local
2568 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc1027 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local
1028 if (goto_instr != NULL) return goto_instr; in DoBranch()
1686 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local
1687 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()
1703 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local
1704 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()
2493 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local
2494 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
/external/chromium_org/v8/src/
Dlithium.cc292 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
308 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1093 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoBranch() local
1094 if (goto_instr != NULL) return goto_instr; in DoBranch()
1757 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareObjectEqAndBranch() local
1758 if (goto_instr != NULL) return goto_instr; in DoCompareObjectEqAndBranch()
1774 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoCompareMinusZeroAndBranch() local
1775 if (goto_instr != NULL) return goto_instr; in DoCompareMinusZeroAndBranch()
2681 LInstruction* goto_instr = CheckElideControlInstruction(instr); in DoTypeofIsAndBranch() local
2682 if (goto_instr != NULL) return goto_instr; in DoTypeofIsAndBranch()
Dlithium-codegen-ia32.h447 void LeavingBlock(int current_block_id, LGoto* goto_instr);
Dlithium-codegen-ia32.cc718 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr) { in LeavingBlock() argument
723 if (current_block_id + 1 != goto_instr->block_id()) { in LeavingBlock()
/external/v8/src/ia32/
Dlithium-ia32.cc397 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
414 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
/external/v8/src/mips/
Dlithium-mips.cc453 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
470 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
/external/v8/src/arm/
Dlithium-arm.cc453 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
470 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
/external/v8/src/x64/
Dlithium-x64.cc395 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
412 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()