NotInterrupted 77 core/AvmCore-inlines.h return interruptable && (interrupted != NotInterrupted); NotInterrupted 500 core/AvmCore-inlines.h AvmAssert(r != NotInterrupted); NotInterrupted 248 core/AvmCore.cpp interrupted = NotInterrupted; NotInterrupted 4401 core/AvmCore.cpp if (interrupted == NotInterrupted) NotInterrupted 4446 core/AvmCore.cpp AvmAssert(reason != NotInterrupted); NotInterrupted 4461 core/AvmCore.cpp core->interrupted = NotInterrupted; NotInterrupted 1683 core/CodegenLIR.cpp LIns* br = branchIns(LIR_jf, binaryIns(LIR_eq, interrupted, InsConst(AvmCore::NotInterrupted)));