Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

13 #include "src/compiler/operator.h"
60 size_t js_param_count, Operator::Properties properties,
121 // Operator properties describe how this call can be optimized, if at all.
122 Operator::Properties properties() const { return properties_; }
138 Operator::Properties properties_;
146 OStream& operator<<(OStream& os, const CallDescriptor& d);
147 OStream& operator<<(OStream& os, const CallDescriptor::Kind& k);
154 // well as {param_index} (i.e. as stored in parameter nodes) into an operator
175 Operator::Properties properties);
178 Operator::Properties properties, Zone* zone);