• Home
  • Raw
  • Download

Lines Matching refs:OpCode

55                 ASSERT(acc_.IsState(input) || acc_.GetOpCode(input) == OpCode::STATE_ENTRY);  in Run()
80 if (acc_.GetOpCode(curGate) != OpCode::LOOP_BACK) { in VisitStateGates()
99 case OpCode::LOOP_BEGIN: in VisitStateGate()
100 case OpCode::MERGE: in VisitStateGate()
101 case OpCode::IF_TRUE: in VisitStateGate()
102 case OpCode::IF_FALSE: in VisitStateGate()
103 case OpCode::SWITCH_CASE: in VisitStateGate()
104 case OpCode::STATE_ENTRY: in VisitStateGate()
105 case OpCode::IF_EXCEPTION: in VisitStateGate()
106 case OpCode::IF_SUCCESS: in VisitStateGate()
109 case OpCode::LOOP_BACK: in VisitStateGate()
110 case OpCode::IF_BRANCH: in VisitStateGate()
111 case OpCode::SWITCH_BRANCH: in VisitStateGate()
112 case OpCode::RETURN: in VisitStateGate()
113 case OpCode::RETURN_VOID: in VisitStateGate()
114 case OpCode::TYPED_CONDITION_JUMP: in VisitStateGate()
117 case OpCode::JS_BYTECODE: in VisitStateGate()
136 case OpCode::IF_TRUE: in IsStateSplit()
137 case OpCode::IF_FALSE: in IsStateSplit()
138 case OpCode::IF_EXCEPTION: in IsStateSplit()
139 case OpCode::IF_SUCCESS: in IsStateSplit()
817 if (acc_.GetOpCode(gate) == OpCode::LOOP_BEGIN) { in CreateGateRegion()
882 OpCode op = acc_.GetOpCode(g); in MoveAndClear()
884 case OpCode::IF_TRUE: in MoveAndClear()
885 case OpCode::IF_FALSE: in MoveAndClear()
886 case OpCode::SWITCH_CASE: in MoveAndClear()
887 case OpCode::DEFAULT_CASE: in MoveAndClear()
888 case OpCode::LOOP_BACK: in MoveAndClear()
889 case OpCode::ORDINARY_BLOCK: in MoveAndClear()
890 case OpCode::MERGE: in MoveAndClear()
891 case OpCode::VALUE_SELECTOR: in MoveAndClear()