Searched refs:GetIndexOperand (Results 1 – 3 of 3) sorted by relevance
751 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobal()761 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof()772 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in BuildStoreGlobal()798 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()808 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()819 bytecode_iterator().GetIndexOperand(1), true); in VisitLdaImmutableContextSlot()829 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()836 0, bytecode_iterator().GetIndexOperand(0), true); in VisitLdaImmutableCurrentContextSlot()844 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()854 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()[all …]
120 uint32_t BytecodeArrayAccessor::GetIndexOperand(int operand_index) const { in GetIndexOperand() function in v8::internal::interpreter::BytecodeArrayAccessor174 GetIndexOperand(operand_index), in GetConstantForIndexOperand()
38 uint32_t GetIndexOperand(int operand_index) const;