Lines Matching refs:CurrentState
214 } CurrentState = FileStart; member in __anon9b7df71c0111::WebAssemblyAsmParser
613 CurrentState = EndFunction; in ParseInstruction()
758 if (CurrentState != DataSection) { in CheckDataSection()
764 CurrentState = DataSection; in CheckDataSection()
870 if (CurrentState != FunctionLabel) { in parseDirective()
876 CurrentState = FunctionStart; in parseDirective()
951 if (CurrentState != FunctionStart) in parseDirective()
959 CurrentState = FunctionLocals; in parseDirective()
994 if (CurrentState == FunctionStart) { in ensureLocals()
1001 CurrentState = FunctionLocals; in ensureLocals()
1037 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
1040 CurrentState = Instructions; in MatchAndEmitInstruction()
1127 CurrentState = FunctionLabel; in doBeforeLabelEmit()