Searched refs:PropertyAccess (Results 1 – 4 of 4) sorted by relevance
467 class PropertyAccess final {469 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback) in PropertyAccess() function480 bool operator==(PropertyAccess const&, PropertyAccess const&);481 bool operator!=(PropertyAccess const&, PropertyAccess const&);483 size_t hash_value(PropertyAccess const&);485 std::ostream& operator<<(std::ostream&, PropertyAccess const&);487 PropertyAccess const& PropertyAccessOf(const Operator* op);
354 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) { in operator <<()359 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator ==()365 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator !=()370 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf()373 return OpParameter<PropertyAccess>(op); in PropertyAccessOf()377 size_t hash_value(PropertyAccess const& p) { in hash_value()840 PropertyAccess access(SLOPPY, feedback); in LoadProperty()841 return new (zone()) Operator1<PropertyAccess>( // -- in LoadProperty()878 PropertyAccess access(language_mode, feedback); in StoreProperty()879 return new (zone()) Operator1<PropertyAccess>( // -- in StoreProperty()
169 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()208 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
1286 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()1302 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()