Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h66 TNode<Uint32T> BytecodeOperandRuntimeId(int operand_index);
Dinterpreter-generator.cc1484 TNode<Uint32T> function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
1515 TNode<Uint32T> function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
Dinterpreter-assembler.cc632 TNode<Uint32T> InterpreterAssembler::BytecodeOperandRuntimeId( in BytecodeOperandRuntimeId() function in v8::internal::interpreter::InterpreterAssembler