Home
last modified time | relevance | path

Searched refs:kKontrol (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.cc352 V(IfTrue, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
353 V(IfFalse, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
354 V(IfSuccess, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
355 V(IfException, Operator::kKontrol, 0, 1, 1, 1, 1, 1) \
356 V(IfDefault, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
357 V(Throw, Operator::kKontrol, 1, 1, 1, 0, 0, 1) \
358 V(Terminate, Operator::kKontrol, 0, 1, 1, 0, 0, 1) \
361 V(LoopExit, Operator::kKontrol, 0, 0, 2, 0, 0, 1) \
364 V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \
365 V(FinishRegion, Operator::kKontrol, 1, 1, 0, 1, 1, 0) \
[all …]
Doperator.h50 kKontrol = kNoDeopt | kFoldable | kNoThrow, in NON_EXPORTED_BASE() enumerator
Dmachine-operator.cc622 : Operator(IrOpcode::kUnsafePointerAdd, Operator::kKontrol, in UnsafePointerAddOperator()