Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h72 TNode<Uint32T> BytecodeOperandIntrinsicId(int operand_index);
Dinterpreter-assembler.cc652 TNode<Uint32T> InterpreterAssembler::BytecodeOperandIntrinsicId( in BytecodeOperandIntrinsicId() function in v8::internal::interpreter::InterpreterAssembler
Dinterpreter-generator.cc1498 TNode<Uint32T> function_id = BytecodeOperandIntrinsicId(0); in IGNITION_HANDLER()