Lines Matching refs:CurrentState
218 } CurrentState = FileStart; member in __anonb6ef144c0111::WebAssemblyAsmParser
617 CurrentState = EndFunction; in ParseInstruction()
763 if (CurrentState != DataSection) { in CheckDataSection()
769 CurrentState = DataSection; in CheckDataSection()
870 CurrentState = FunctionStart; in ParseDirective()
939 if (CurrentState != FunctionStart) in ParseDirective()
947 CurrentState = FunctionLocals; in ParseDirective()
980 if (CurrentState == FunctionStart) { in ensureLocals()
987 CurrentState = FunctionLocals; in ensureLocals()
1023 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
1026 CurrentState = Instructions; in MatchAndEmitInstruction()