Searched refs:StoreGlobalParameters (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Djs-operator.h278 class StoreGlobalParameters final {
280 StoreGlobalParameters(LanguageMode language_mode, function in class:v8::internal::compiler::final
295 bool operator==(StoreGlobalParameters const&, StoreGlobalParameters const&);
296 bool operator!=(StoreGlobalParameters const&, StoreGlobalParameters const&);
298 size_t hash_value(StoreGlobalParameters const&);
300 std::ostream& operator<<(std::ostream&, StoreGlobalParameters const&);
302 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);
H A Djs-operator.cc282 bool operator==(StoreGlobalParameters const& lhs,
283 StoreGlobalParameters const& rhs) {
290 bool operator!=(StoreGlobalParameters const& lhs,
291 StoreGlobalParameters const& rhs) {
296 size_t hash_value(StoreGlobalParameters const& p) {
302 std::ostream& operator<<(std::ostream& os, StoreGlobalParameters const& p) {
307 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) {
309 return OpParameter<StoreGlobalParameters>(op);
739 StoreGlobalParameters parameters(language_mode, feedback, name);
740 return new (zone()) Operator1<StoreGlobalParameters>( //
[all...]
H A Djs-generic-lowering.cc304 const StoreGlobalParameters& p = StoreGlobalParametersOf(node->op());

Completed in 80 milliseconds