Lines Matching +defs:node +defs:arg
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() local
200 BytecodeNode node = short_code in OutputStarRaw() local
209 BytecodeNode node( in OutputMovRaw() local
382 BytecodeNode node(CreateJumpLoopNode(0, loop_depth)); in BYTECODE_LIST() local
388 BytecodeNode node(CreateSwitchOnSmiNoFeedbackNode( in OutputSwitchOnSmiNoFeedback() local
1397 BytecodeNode node(CreateSwitchOnGeneratorStateNode( in SwitchOnGeneratorState() local
1485 Runtime::FunctionId function_id, Register arg) { in CallRuntime()
1507 Runtime::FunctionId function_id, Register arg, RegisterList return_pair) { in CallRuntimeForPair()