Searched refs:BlockTrampolinePoolFor (Results 1 – 8 of 8) sorted by relevance
1333 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrJump()1455 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrMsaBranch()1600 BlockTrampolinePoolFor(1); // For associated delay slot. in beq()1607 BlockTrampolinePoolFor(1); // For associated delay slot. in bgez()1641 BlockTrampolinePoolFor(1); // For associated delay slot. in bgezal()1648 BlockTrampolinePoolFor(1); // For associated delay slot. in bgtz()1663 BlockTrampolinePoolFor(1); // For associated delay slot. in blez()1703 BlockTrampolinePoolFor(1); // For associated delay slot. in bltz()1712 BlockTrampolinePoolFor(1); // For associated delay slot. in bltzal()1719 BlockTrampolinePoolFor(1); // For associated delay slot. in bne()[all …]
1178 BlockTrampolinePoolFor(case_count + kSwitchTablePrologueSize); in GenerateSwitchTable()
1744 void BlockTrampolinePoolFor(int instructions);
1297 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrJump()1419 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrMsaBranch()1580 BlockTrampolinePoolFor(1); // For associated delay slot. in beq()1587 BlockTrampolinePoolFor(1); // For associated delay slot. in bgez()1621 BlockTrampolinePoolFor(1); // For associated delay slot. in bgezal()1628 BlockTrampolinePoolFor(1); // For associated delay slot. in bgtz()1643 BlockTrampolinePoolFor(1); // For associated delay slot. in blez()1683 BlockTrampolinePoolFor(1); // For associated delay slot. in bltz()1692 BlockTrampolinePoolFor(1); // For associated delay slot. in bltzal()1699 BlockTrampolinePoolFor(1); // For associated delay slot. in bne()[all …]
1248 BlockTrampolinePoolFor(static_cast<int>(case_count) * 2 + in GenerateSwitchTable()
1819 void BlockTrampolinePoolFor(int instructions);
1401 void BlockTrampolinePoolFor(int instructions);
2111 void Assembler::BlockTrampolinePoolFor(int instructions) { in BlockTrampolinePoolFor() function in v8::internal::Assembler