Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h62 compiler::Node* BytecodeOperandIntrinsicId(int operand_index);
Dinterpreter-assembler.cc486 Node* InterpreterAssembler::BytecodeOperandIntrinsicId(int operand_index) { in BytecodeOperandIntrinsicId() function in v8::internal::interpreter::InterpreterAssembler
Dinterpreter.cc2218 Node* function_id = __ BytecodeOperandIntrinsicId(0); in DoInvokeIntrinsic()