Lines Matching refs:BytecodeNode
156 void BytecodeArrayBuilder::AttachOrEmitDeferredSourceInfo(BytecodeNode* node) { in AttachOrEmitDeferredSourceInfo()
169 void BytecodeArrayBuilder::Write(BytecodeNode* node) { in Write()
174 void BytecodeArrayBuilder::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()
179 void BytecodeArrayBuilder::WriteJumpLoop(BytecodeNode* node, in WriteJumpLoop()
185 void BytecodeArrayBuilder::WriteSwitch(BytecodeNode* node, in WriteSwitch()
193 BytecodeNode node(BytecodeNode::Ldar(BytecodeSourceInfo(), operand)); in OutputLdarRaw()
200 BytecodeNode node = short_code in OutputStarRaw()
201 ? BytecodeNode(*short_code) in OutputStarRaw()
202 : BytecodeNode::Star(BytecodeSourceInfo(), operand); in OutputStarRaw()
209 BytecodeNode node( in OutputMovRaw()
210 BytecodeNode::Mov(BytecodeSourceInfo(), operand0, operand1)); in OutputMovRaw()
337 V8_INLINE static BytecodeNode Make(BytecodeArrayBuilder* builder, in Make()
349 return BytecodeNode::Create<bytecode, implicit_register_use, in Make()
358 BytecodeNode BytecodeArrayBuilder::Create##name##Node( \
366 BytecodeNode node(Create##name##Node(operands...)); \
374 BytecodeNode node(Create##name##Node(operands...)); \
382 BytecodeNode node(CreateJumpLoopNode(0, loop_depth)); in BYTECODE_LIST()
388 BytecodeNode node(CreateSwitchOnSmiNoFeedbackNode( in OutputSwitchOnSmiNoFeedback()
1397 BytecodeNode node(CreateSwitchOnGeneratorStateNode( in SwitchOnGeneratorState()