Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h28 compiler::Node* BytecodeOperandCount(int operand_index);
Dinterpreter.cc990 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()
Dinterpreter-assembler.cc325 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler
/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc402 EXPECT_THAT(m.BytecodeOperandCount(i), in TARGET_TEST_F()