Lines Matching refs:kKontrol
208 V(IfTrue, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
209 V(IfFalse, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
210 V(IfSuccess, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
211 V(IfDefault, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
212 V(Throw, Operator::kKontrol, 1, 1, 1, 0, 0, 1) \
213 V(Terminate, Operator::kKontrol, 0, 1, 1, 0, 0, 1) \
216 V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \
217 V(FinishRegion, Operator::kKontrol, 1, 1, 0, 1, 1, 0)
336 IrOpcode::kIfException, Operator::kKontrol, // opcode in IfExceptionOperator()
348 IrOpcode::kEnd, Operator::kKontrol, // opcode in EndOperator()
374 IrOpcode::kBranch, Operator::kKontrol, // opcode in BranchOperator()
400 IrOpcode::kBeginRegion, Operator::kKontrol, // opcode in BeginRegionOperator()
414 IrOpcode::kLoop, Operator::kKontrol, // opcode in LoopOperator()
427 IrOpcode::kMerge, Operator::kKontrol, // opcode in MergeOperator()
526 IrOpcode::kEnd, Operator::kKontrol, // opcode in CACHED_OP_LIST()
590 IrOpcode::kSwitch, Operator::kKontrol, // opcode in Switch()
598 IrOpcode::kIfValue, Operator::kKontrol, // opcode in IfValue()
625 IrOpcode::kLoop, Operator::kKontrol, // opcode in Loop()
643 IrOpcode::kMerge, Operator::kKontrol, // opcode in Merge()