Searched refs:BytecodeOperandIdxTaggedIndex (Results 1 – 3 of 3) sorted by relevance
174 return BytecodeOperandIdxTaggedIndex(slot_operand_index); in LdaGlobal()222 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); in IGNITION_HANDLER()519 return BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()566 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()584 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); in IGNITION_HANDLER()606 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in StaNamedProperty()667 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()691 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); in IGNITION_HANDLER()721 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(3); in IGNITION_HANDLER()1696 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); in IGNITION_HANDLER()[all …]
45 TNode<TaggedIndex> BytecodeOperandIdxTaggedIndex(int operand_index);
627 TNode<TaggedIndex> InterpreterAssembler::BytecodeOperandIdxTaggedIndex( in BytecodeOperandIdxTaggedIndex() function in v8::internal::interpreter::InterpreterAssembler