Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

15 #include "src/compiler/common-operator.h"
17 #include "src/compiler/js-operator.h"
20 #include "src/compiler/operator-properties.h"
21 #include "src/compiler/simplified-operator.h"
38 // the {JSCallFunction} or the {JSCallConstruct} operator.
236 const Operator* op = common()->FrameState(
238 const Operator* op0 = common()->StateValues(0);
244 const Operator* op_param =
274 const Operator* op = common()->FrameState(
276 const Operator* op0 = common()->StateValues(0);
301 // operator to carry map constants on the operator instead of inputs.
302 // I.e. if the CheckMaps has some kind of SmallMapSet as operator
337 !dominator->op()->HasProperty(Operator::kNoWrite)) {
583 if (subnode->op()->HasProperty(Operator::kNoThrow)) {