Searched refs:GetIndexOperand (Results 1 – 3 of 3) sorted by relevance
135 uint32_t BytecodeArrayAccessor::GetIndexOperand(int operand_index) const { in GetIndexOperand() function in v8::internal::interpreter::BytecodeArrayAccessor143 int index = GetIndexOperand(operand_index); in GetSlotOperand()206 return GetConstantAtIndex(GetIndexOperand(operand_index)); in GetConstantForIndexOperand()230 table_start = GetIndexOperand(1); in GetJumpTableTargetOffsets()235 table_start = GetIndexOperand(0); in GetJumpTableTargetOffsets()
87 uint32_t GetIndexOperand(int operand_index) const;
983 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobal()993 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof()1004 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitStaGlobal()1022 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaInArrayLiteral()1050 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()1074 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()1085 bytecode_iterator().GetIndexOperand(1), true); in VisitLdaImmutableContextSlot()1095 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()1102 0, bytecode_iterator().GetIndexOperand(0), true); in VisitLdaImmutableCurrentContextSlot()1110 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()[all …]