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

/external/v8/src/interpreter/
H A Dinterpreter-assembler.h29 compiler::Node* BytecodeOperandCount(int operand_index);
H A Dinterpreter.cc2154 Node* receiver_args_count = __ BytecodeOperandCount(2);
2205 Node* args_count = __ BytecodeOperandCount(2);
2220 Node* arg_count = __ BytecodeOperandCount(2);
2240 Node* args_count = __ BytecodeOperandCount(2);
2263 Node* receiver_args_count = __ BytecodeOperandCount(2);
2290 Node* receiver_args_count = __ BytecodeOperandCount(2);
2314 Node* args_count = __ BytecodeOperandCount(2);
2334 Node* args_count = __ BytecodeOperandCount(2);
H A Dinterpreter-assembler.cc410 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { function in class:v8::internal::interpreter::InterpreterAssembler

Completed in 214 milliseconds