Searched refs:PropertyAccess (Results 1 – 4 of 4) sorted by relevance
429 class PropertyAccess final {431 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback) in PropertyAccess() function442 bool operator==(PropertyAccess const&, PropertyAccess const&);443 bool operator!=(PropertyAccess const&, PropertyAccess const&);445 size_t hash_value(PropertyAccess const&);447 std::ostream& operator<<(std::ostream&, PropertyAccess const&);449 PropertyAccess const& PropertyAccessOf(const Operator* op);
268 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) { in operator <<()273 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator ==()279 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator !=()284 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf()287 return OpParameter<PropertyAccess>(op); in PropertyAccessOf()291 size_t hash_value(PropertyAccess const& p) { in hash_value()938 PropertyAccess access(LanguageMode::kSloppy, feedback); in LoadProperty()939 return new (zone()) Operator1<PropertyAccess>( // -- in LoadProperty()1012 PropertyAccess access(language_mode, feedback); in StoreProperty()1013 return new (zone()) Operator1<PropertyAccess>( // -- in StoreProperty()
144 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()202 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
1551 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()1671 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()