Lines Matching refs:BytecodeNode
219 void BytecodeRegisterOptimizer::Write(BytecodeNode* node) { in Write()
263 void BytecodeRegisterOptimizer::WriteJump(BytecodeNode* node, in WriteJump()
309 void BytecodeRegisterOptimizer::WriteToNextStage(BytecodeNode* node) const { in WriteToNextStage()
314 BytecodeNode* node, const BytecodeSourceInfo& source_info) const { in WriteToNextStage()
330 BytecodeNode node(Bytecode::kStar, operand); in OutputRegisterTransfer()
334 BytecodeNode node(Bytecode::kLdar, operand); in OutputRegisterTransfer()
339 BytecodeNode node(Bytecode::kMov, operand0, operand1); in OutputRegisterTransfer()
420 BytecodeNode nop(Bytecode::kNop); in EmitNopForSourceInfo()
425 void BytecodeRegisterOptimizer::DoLdar(const BytecodeNode* const node) { in DoLdar()
432 void BytecodeRegisterOptimizer::DoMov(const BytecodeNode* const node) { in DoMov()
442 void BytecodeRegisterOptimizer::DoStar(const BytecodeNode* const node) { in DoStar()
482 BytecodeNode* const node, Register reg, int operand_index) { in PrepareRegisterInputOperand()
498 BytecodeNode* const node) { in PrepareRegisterOperands()
541 void BytecodeRegisterOptimizer::PrepareAccumulator(BytecodeNode* const node) { in PrepareAccumulator()
557 void BytecodeRegisterOptimizer::PrepareOperands(BytecodeNode* const node) { in PrepareOperands()