AvmAssertMsg      747 core/AbcParser.cpp 					AvmAssertMsg(0, "missing native method decl");
AvmAssertMsg     1162 core/AvmCore.cpp 				AvmAssertMsg(0, "errorID not found in the message table; check ErrorConstants.cpp you may need to regenerate it");
AvmAssertMsg     1345 core/AvmCore.cpp 			AvmAssertMsg(errorMessage != NULL, "contract with getErrorMessage() broken, we should always get a string!");
AvmAssertMsg     3275 core/AvmCore.cpp 		AvmAssertMsg(len16 >= 0, "Malformed UTF-8 sequence");
AvmAssertMsg     3281 core/AvmCore.cpp 			AvmAssertMsg(false, "alloca failed!");
AvmAssertMsg       76 core/AvmDebug.h 		#define __AvmAssert(x, line_, file_)	do { AvmAssertMsg((x), "Assertion failed: \"" #x "\" (" #file_ ":" #line_ ")"); } while (0) /* no semi */
AvmAssertMsg     1560 core/CodegenLIR.cpp                     AvmAssertMsg(0,"(state->value(i).traits != NULL)");
AvmAssertMsg      568 core/MethodEnv.cpp 			AvmAssertMsg(0, "(method->declaringTraits != vtable->traits)");
AvmAssertMsg      356 core/PrintWriter.cpp 						AvmAssertMsg(arg1!=0, "Expected argument got null");
AvmAssertMsg      361 core/PrintWriter.cpp 						AvmAssertMsg(arg2!=0, "Expected argument got null");
AvmAssertMsg      366 core/PrintWriter.cpp 						AvmAssertMsg(arg3!=0, "Expected argument got null");
AvmAssertMsg      371 core/PrintWriter.cpp 						AvmAssertMsg(0, "Invalid specifier; should be between '1' and '3'");
AvmAssertMsg      198 core/Sampler.cpp 		AvmAssertMsg(sampling(), "How did we get here if sampling is disabled?");
AvmAssertMsg      298 core/Sampler.cpp 		AvmAssertMsg(s.sampleType == RAW_SAMPLE || 
AvmAssertMsg      350 core/Sampler.cpp 		AvmAssertMsg(sampling(), "How did we get here if sampling is disabled?");
AvmAssertMsg      371 core/Sampler.cpp 		AvmAssertMsg((uintptr)currentSample % 4 == 0, "Alignment should have occurred at end of raw sample.\n");
AvmAssertMsg      379 core/Sampler.cpp 		AvmAssertMsg(sampling(), "How did we get here if sampling is disabled?");
AvmAssertMsg      405 core/Sampler.cpp 		AvmAssertMsg(s.sampleType == NEW_AUX_SAMPLE, "Sample stream corrupt - can only add info to an AUX sample.\n");
AvmAssertMsg      406 core/Sampler.cpp 		AvmAssertMsg(s.ptr == (void*)obj, "Sample stream corrupt - last sample is not for same object.\n");
AvmAssertMsg      415 core/Sampler.cpp 		AvmAssertMsg( ptrSamples->get(obj)==0, "Missing dealloc sample - same memory alloc'ed twice.\n");
AvmAssertMsg      423 core/Sampler.cpp 		AvmAssertMsg((uintptr)currentSample % 4 == 0, "Alignment should have occurred at end of raw sample.\n");
AvmAssertMsg      431 core/Sampler.cpp 		AvmAssertMsg(sampling(), "How did we get here if sampling is disabled?");
AvmAssertMsg      449 core/Sampler.cpp 			AvmAssertMsg((uintptr)currentSample % 4 == 0, "Alignment should have occurred at end of raw sample.\n");
AvmAssertMsg      462 core/Sampler.cpp 				AvmAssertMsg(oldval==item, "Sample stream corrupt, dealloc doesn't point to correct address");
AvmAssertMsg      487 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg      611 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg      696 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg      780 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg      880 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg      969 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg     1363 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg     1467 extensions/JavaGlue.cpp 				AvmAssertMsg(0, "Wa! what kind of JNI type is this!");
AvmAssertMsg     1685 extensions/JavaGlue.cpp 			AvmAssertMsg(0, "The VM did not start up correctly; we are dead");