Home
last modified time | relevance | path

Searched refs:first_arg_reg (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-intrinsics.h61 compiler::Node* first_arg_reg,
Dinterpreter-intrinsics.cc65 Node* first_arg_reg, Node* arg_count) { in InvokeIntrinsic() argument
90 result.Bind(name(first_arg_reg, arg_count, context)); \ in InvokeIntrinsic()
Dinterpreter.cc1683 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntime() local
1684 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntime()
1699 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoInvokeIntrinsic() local
1704 helper.InvokeIntrinsic(function_id, context, first_arg_reg, arg_count); in DoInvokeIntrinsic()
1718 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntimeForPair() local
1719 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeForPair()
1770 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoNew() local
1771 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoNew()