Home
last modified time | relevance | path

Searched refs:StoreGlobalParameters (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc363 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()
Djs-operator.h507 class StoreGlobalParameters final {
509 StoreGlobalParameters(LanguageMode language_mode, in StoreGlobalParameters() function
522 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()
Djs-generic-lowering.cc498 const StoreGlobalParameters& p = n.Parameters(); in LowerJSStoreGlobal()
Djs-native-context-specialization.cc1011 StoreGlobalParameters const& p = n.Parameters(); in ReduceJSStoreGlobal()