Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

11 #include "src/compiler/operator.h"
34 bool operator==(const LinkageLocation& other) const {
38 bool operator!=(const LinkageLocation& other) const {
198 Operator::Properties properties,
283 // Operator properties describe how this call can be optimized, if at all.
284 Operator::Properties properties() const { return properties_; }
312 const Operator::Properties properties_;
323 std::ostream& operator<<(std::ostream& os, const CallDescriptor& d);
324 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
332 // well as {param_index} (i.e. as stored in parameter nodes) into an operator
356 Operator::Properties properties, CallDescriptor::Flags flags);
360 const char* debug_name, Operator::Properties properties,
366 Operator::Properties properties = Operator::kNoProperties,