Lines Matching refs:VectorSlotPair
19 VectorSlotPair::VectorSlotPair() {} in VectorSlotPair() function in v8::internal::compiler::VectorSlotPair
22 int VectorSlotPair::index() const { in index()
27 bool operator==(VectorSlotPair const& lhs, VectorSlotPair const& rhs) { in operator ==()
33 bool operator!=(VectorSlotPair const& lhs, VectorSlotPair const& rhs) { in operator !=()
38 size_t hash_value(VectorSlotPair const& p) { in hash_value()
644 size_t arity, VectorSlotPair const& feedback, in CallFunction()
682 size_t arity, VectorSlotPair const& feedback) { in CallConstruct()
702 const VectorSlotPair& feedback) { in LoadNamed()
712 VectorSlotPair const& feedback) { in LoadProperty()
739 VectorSlotPair const& feedback) { in StoreNamed()
750 LanguageMode language_mode, VectorSlotPair const& feedback) { in StoreProperty()
770 const VectorSlotPair& feedback, in LoadGlobal()
783 const VectorSlotPair& feedback) { in StoreGlobal()