Searched refs:BytecodeOperandRuntimeId (Results 1 – 3 of 3) sorted by relevance
61 compiler::Node* BytecodeOperandRuntimeId(int operand_index);
1599 Node* function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()1629 Node* function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
621 Node* InterpreterAssembler::BytecodeOperandRuntimeId(int operand_index) { in BytecodeOperandRuntimeId() function in v8::internal::interpreter::InterpreterAssembler