Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h61 compiler::Node* BytecodeOperandRuntimeId(int operand_index);
Dinterpreter-generator.cc1599 Node* function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
1629 Node* function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
Dinterpreter-assembler.cc621 Node* InterpreterAssembler::BytecodeOperandRuntimeId(int operand_index) { in BytecodeOperandRuntimeId() function in v8::internal::interpreter::InterpreterAssembler