Searched refs:BytecodeOperandCount (Results 1 – 4 of 4) sorted by relevance
28 compiler::Node* BytecodeOperandCount(int operand_index);
990 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoJSCall()1021 Node* args_count = __ BytecodeOperandCount(2); in DoCallRuntimeCommon()1045 Node* arg_count = __ BytecodeOperandCount(2); in DoInvokeIntrinsic()1059 Node* args_count = __ BytecodeOperandCount(2); in DoCallRuntimeForPairCommon()1088 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoCallJSRuntimeCommon()1120 Node* args_count = __ BytecodeOperandCount(2); in DoCallConstruct()
325 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler
402 EXPECT_THAT(m.BytecodeOperandCount(i), in TARGET_TEST_F()