Lines Matching defs:errorOutstanding

478     jboolean    errorOutstanding        = JNI_FALSE;
489 errorOutstanding = checkForAndClearThrowable(jnienv);
490 errorOutstanding = errorOutstanding || (implClass == NULL);
491 jplis_assert_msg(!errorOutstanding, "find class on InstrumentationImpl failed");
493 if ( !errorOutstanding ) {
498 errorOutstanding = checkForAndClearThrowable(jnienv);
499 errorOutstanding = errorOutstanding || (constructorID == NULL);
500 jplis_assert_msg(!errorOutstanding, "find constructor on InstrumentationImpl failed");
503 if ( !errorOutstanding ) {
511 errorOutstanding = checkForAndClearThrowable(jnienv);
512 errorOutstanding = errorOutstanding || (localReference == NULL);
513 jplis_assert_msg(!errorOutstanding, "call constructor on InstrumentationImpl failed");
516 if ( !errorOutstanding ) {
518 errorOutstanding = checkForAndClearThrowable(jnienv);
519 jplis_assert_msg(!errorOutstanding, "copy local ref to global ref");
523 if ( !errorOutstanding ) {
528 errorOutstanding = checkForAndClearThrowable(jnienv);
529 errorOutstanding = errorOutstanding || (premainCallerMethodID == NULL);
530 jplis_assert_msg(!errorOutstanding, "can't find premain invoker methodID");
534 if ( !errorOutstanding ) {
539 errorOutstanding = checkForAndClearThrowable(jnienv);
540 errorOutstanding = errorOutstanding || (agentmainCallerMethodID == NULL);
541 jplis_assert_msg(!errorOutstanding, "can't find agentmain invoker methodID");
545 if ( !errorOutstanding ) {
550 errorOutstanding = checkForAndClearThrowable(jnienv);
551 errorOutstanding = errorOutstanding || (transformMethodID == NULL);
552 jplis_assert_msg(!errorOutstanding, "can't find transform methodID");
555 if ( !errorOutstanding ) {
562 return !errorOutstanding;
573 jboolean errorOutstanding = JNI_TRUE;
576 errorOutstanding = checkForAndClearThrowable(jnienv);
577 jplis_assert_msg(!errorOutstanding, "can't create class name java string");
579 if ( !errorOutstanding ) {
582 errorOutstanding = checkForAndClearThrowable(jnienv);
583 jplis_assert_msg(!errorOutstanding, "can't create options java string");
586 if ( !errorOutstanding ) {
592 return !errorOutstanding;
602 jboolean errorOutstanding = JNI_FALSE;
611 errorOutstanding = checkForThrowable(jnienv);
612 if ( errorOutstanding ) {
617 return !errorOutstanding;
789 jboolean errorOutstanding = JNI_FALSE;
806 errorOutstanding = checkForAndClearThrowable(jnienv);
807 jplis_assert_msg(!errorOutstanding, "can't create name string");
809 if ( !errorOutstanding ) {
812 errorOutstanding = checkForAndClearThrowable(jnienv);
813 jplis_assert_msg(!errorOutstanding, "can't create byte arrau");
816 if ( !errorOutstanding ) {
824 errorOutstanding = checkForAndClearThrowable(jnienv);
825 jplis_assert_msg(!errorOutstanding, "can't set byte array region");
830 if ( !errorOutstanding ) {
843 errorOutstanding = checkForAndClearThrowable(jnienv);
844 jplis_assert_msg(!errorOutstanding, "transform method call failed");
848 if ( !errorOutstanding ) {
852 errorOutstanding = checkForAndClearThrowable(jnienv);
853 jplis_assert_msg(!errorOutstanding, "can't get array length");
855 if ( !errorOutstanding ) {
862 errorOutstanding = (allocError != JVMTI_ERROR_NONE);
863 jplis_assert_msg(!errorOutstanding, "can't allocate result buffer");
866 if ( !errorOutstanding ) {
872 errorOutstanding = checkForAndClearThrowable(jnienv);
873 jplis_assert_msg(!errorOutstanding, "can't get byte array region");
878 if ( errorOutstanding ) {
884 if ( !errorOutstanding ) {
1417 jboolean errorOutstanding;
1426 errorOutstanding = checkForAndClearThrowable(jnienv);
1428 if (!errorOutstanding) {
1430 errorOutstanding = checkForAndClearThrowable(jnienv);
1432 if (!errorOutstanding && utf8Chars != NULL) {
1444 errorOutstanding = checkForAndClearThrowable(jnienv);
1446 if (!errorOutstanding) {