Lines Matching refs:CurrentState
185 } CurrentState = FileStart; member in __anonf4bcd6730111::WebAssemblyAsmParser
529 CurrentState = EndFunction; in ParseInstruction()
658 CurrentState = Label; in onLabelParsed()
680 if (CurrentState != DataSection) { in CheckDataSection()
686 CurrentState = DataSection; in CheckDataSection()
777 if (CurrentState == Label && WasmSym == LastLabel) { in ParseDirective()
781 CurrentState = FunctionStart; in ParseDirective()
849 if (CurrentState != FunctionStart) in ParseDirective()
856 CurrentState = FunctionLocals; in ParseDirective()
889 if (CurrentState == FunctionStart) { in ensureLocals()
896 CurrentState = FunctionLocals; in ensureLocals()
930 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
933 CurrentState = Instructions; in MatchAndEmitInstruction()