Searched refs:BytecodeOperandIdxTaggedIndex (Results 1 – 3 of 3) sorted by relevance
188 return BytecodeOperandIdxTaggedIndex(slot_operand_index); in LdaGlobal()236 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); in IGNITION_HANDLER()530 return BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()563 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()581 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); in IGNITION_HANDLER()603 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in SetNamedProperty()653 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()685 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()709 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()739 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(3); in IGNITION_HANDLER()[all …]
45 TNode<TaggedIndex> BytecodeOperandIdxTaggedIndex(int operand_index);
606 TNode<TaggedIndex> InterpreterAssembler::BytecodeOperandIdxTaggedIndex( in BytecodeOperandIdxTaggedIndex() function in v8::internal::interpreter::InterpreterAssembler