Lines Matching refs:CurrentState
217 } CurrentState = FileStart; member in __anoncf9387500111::WebAssemblyAsmParser
617 CurrentState = EndFunction; in ParseInstruction()
773 if (CurrentState != DataSection) { in CheckDataSection()
779 CurrentState = DataSection; in CheckDataSection()
881 CurrentState = FunctionStart; in ParseDirective()
950 if (CurrentState != FunctionStart) in ParseDirective()
958 CurrentState = FunctionLocals; in ParseDirective()
991 if (CurrentState == FunctionStart) { in ensureLocals()
998 CurrentState = FunctionLocals; in ensureLocals()
1034 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
1037 CurrentState = Instructions; in MatchAndEmitInstruction()