Lines Matching refs:BlockTrampolinePoolFor
983 BlockTrampolinePoolFor(1); // For associated delay slot. in GenInstrJump()
1177 BlockTrampolinePoolFor(1); // For associated delay slot. in beq()
1184 BlockTrampolinePoolFor(1); // For associated delay slot. in bgez()
1218 BlockTrampolinePoolFor(1); // For associated delay slot. in bgezal()
1225 BlockTrampolinePoolFor(1); // For associated delay slot. in bgtz()
1239 BlockTrampolinePoolFor(1); // For associated delay slot. in blez()
1278 BlockTrampolinePoolFor(1); // For associated delay slot. in bltz()
1287 BlockTrampolinePoolFor(1); // For associated delay slot. in bltzal()
1294 BlockTrampolinePoolFor(1); // For associated delay slot. in bne()
1412 BlockTrampolinePoolFor(1); // For associated delay slot. in jr()
1436 BlockTrampolinePoolFor(1); // For associated delay slot. in jalr()
1805 BlockTrampolinePoolFor(2); in stop()
2491 void Assembler::BlockTrampolinePoolFor(int instructions) { in BlockTrampolinePoolFor() function in v8::internal::Assembler