Searched refs:LoadGlobalParameters (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 476 class LoadGlobalParameters final { 478 LoadGlobalParameters(const NameRef& name, const FeedbackSource& feedback, in LoadGlobalParameters() function in v8::internal::compiler::final 492 friend bool operator==(LoadGlobalParameters const&, 493 LoadGlobalParameters const&); 494 friend bool operator!=(LoadGlobalParameters const&, 495 LoadGlobalParameters const&); 497 friend size_t hash_value(LoadGlobalParameters const&); 499 friend std::ostream& operator<<(std::ostream&, LoadGlobalParameters const&); 502 const LoadGlobalParameters& LoadGlobalParametersOf(const Operator* op); 1642 const LoadGlobalParameters [all...] |
H A D | js-operator.cc | 331 bool operator==(LoadGlobalParameters const& lhs, in operator ==() 332 LoadGlobalParameters const& rhs) { in operator ==() 339 bool operator!=(LoadGlobalParameters const& lhs, in operator !=() 340 LoadGlobalParameters const& rhs) { in operator !=() 345 size_t hash_value(LoadGlobalParameters const& p) { in hash_value() 351 std::ostream& operator<<(std::ostream& os, LoadGlobalParameters const& p) { in operator <<() 357 const LoadGlobalParameters& LoadGlobalParametersOf(const Operator* op) { in LoadGlobalParametersOf() 359 return OpParameter<LoadGlobalParameters>(op); in LoadGlobalParametersOf() 1172 LoadGlobalParameters parameters(name, feedback, typeof_mode); in LoadGlobal() 1173 return zone()->New<Operator1<LoadGlobalParameters>>( // in LoadGlobal() [all...] |
H A D | js-generic-lowering.cc | 356 const LoadGlobalParameters& p = n.Parameters(); in LowerJSLoadGlobal()
|
H A D | js-native-context-specialization.cc | 982 LoadGlobalParameters const& p = n.Parameters(); in ReduceJSLoadGlobal()
|
Completed in 15 milliseconds