Home
last modified time | relevance | path

Searched defs:first_arg_reg (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter.cc1019 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntimeCommon() local
1044 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoInvokeIntrinsic() local
1057 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntimeForPairCommon() local
1118 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallConstruct() local
Dinterpreter-intrinsics.cc65 Node* first_arg_reg, Node* arg_count) { in InvokeIntrinsic()