Searched refs:BytecodeOperandIdx (Results 1 – 3 of 3) sorted by relevance
159 Node* feedback_slot = BytecodeOperandIdx(slot_operand_index); in LdaGlobal()212 Node* raw_slot = BytecodeOperandIdx(1); in IGNITION_HANDLER()226 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()240 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()252 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()263 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()277 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()290 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()330 Node* slot_index = BytecodeOperandIdx(1); in LookupContextSlot()493 Node* feedback_slot = BytecodeOperandIdx(2); in IGNITION_HANDLER()[all …]
37 compiler::Node* BytecodeOperandIdx(int operand_index);
593 Node* InterpreterAssembler::BytecodeOperandIdx(int operand_index) { in BytecodeOperandIdx() function in v8::internal::interpreter::InterpreterAssembler598 return SmiTag(BytecodeOperandIdx(operand_index)); in BytecodeOperandIdxSmi()1773 Node* slot_index = BytecodeOperandIdx(0); in ToNumberOrNumeric()