Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h67 compiler::Node* BytecodeOperandIntrinsicId(int operand_index);
Dinterpreter-assembler.cc640 Node* InterpreterAssembler::BytecodeOperandIntrinsicId(int operand_index) { in BytecodeOperandIntrinsicId() function in v8::internal::interpreter::InterpreterAssembler
Dinterpreter-generator.cc1613 Node* function_id = BytecodeOperandIntrinsicId(0); in IGNITION_HANDLER()