Searched refs:BytecodeOperandCount (Results 1 – 3 of 3) sorted by relevance
29 compiler::Node* BytecodeOperandCount(int operand_index);
2154 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoJSCall()2205 Node* args_count = __ BytecodeOperandCount(2); in DoCallRuntime()2220 Node* arg_count = __ BytecodeOperandCount(2); in DoInvokeIntrinsic()2240 Node* args_count = __ BytecodeOperandCount(2); in DoCallRuntimeForPair()2263 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoCallJSRuntime()2290 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoCallWithSpread()2314 Node* args_count = __ BytecodeOperandCount(2); in DoConstructWithSpread()2334 Node* args_count = __ BytecodeOperandCount(2); in DoConstruct()
410 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler