Lines Matching refs:Operator
11 #include "src/compiler/common-operator.h"
13 #include "src/compiler/js-operator.h"
17 #include "src/compiler/operator-properties.h"
18 #include "src/compiler/simplified-operator.h"
27 // A helper class to construct inline allocations on the simplified operator
46 // TODO(turbofan): Maybe we should put the Type* onto the Allocate operator
304 Operator::Properties properties = node->op()->properties();
308 const Operator* new_op = common()->Call(desc);
317 Operator::Properties properties = node->op()->properties();
321 const Operator* new_op = common()->Call(desc);
329 Operator::Properties properties = node->op()->properties();
333 const Operator* new_op = common()->Call(desc);