Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h29 compiler::Node* BytecodeOperandCount(int operand_index);
Dinterpreter.cc2154 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()
Dinterpreter-assembler.cc410 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler