Searched refs:StoreGlobalParameters (Results 1 – 4 of 4) sorted by relevance
363 bool operator==(StoreGlobalParameters const& lhs, in operator ==()364 StoreGlobalParameters const& rhs) { in operator ==()371 bool operator!=(StoreGlobalParameters const& lhs, in operator !=()372 StoreGlobalParameters const& rhs) { in operator !=()377 size_t hash_value(StoreGlobalParameters const& p) { in hash_value()383 std::ostream& operator<<(std::ostream& os, StoreGlobalParameters const& p) { in operator <<()388 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) { in StoreGlobalParametersOf()390 return OpParameter<StoreGlobalParameters>(op); in StoreGlobalParametersOf()1186 StoreGlobalParameters parameters(language_mode, feedback, name); in StoreGlobal()1187 return zone()->New<Operator1<StoreGlobalParameters>>( // -- in StoreGlobal()
507 class StoreGlobalParameters final {509 StoreGlobalParameters(LanguageMode language_mode, in StoreGlobalParameters() function522 friend bool operator==(StoreGlobalParameters const&,523 StoreGlobalParameters const&);524 friend bool operator!=(StoreGlobalParameters const&,525 StoreGlobalParameters const&);527 friend size_t hash_value(StoreGlobalParameters const&);529 friend std::ostream& operator<<(std::ostream&, StoreGlobalParameters const&);532 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);1625 const StoreGlobalParameters& Parameters() const { in Parameters()
498 const StoreGlobalParameters& p = n.Parameters(); in LowerJSStoreGlobal()
1011 StoreGlobalParameters const& p = n.Parameters(); in ReduceJSStoreGlobal()