Lines Matching refs:stop_reports
702 bool stop_reports = false; in IterateOverInstancesOfClass() local
705 if (stop_reports) { in IterateOverInstancesOfClass()
731 stop_reports = (ret == JVMTI_ITERATION_ABORT); in IterateOverInstancesOfClass()
757 bool stop_reports = false; in DoIterateThroughHeap() local
763 if (stop_reports) { in DoIterateThroughHeap()
801 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
803 if (!stop_reports) { in DoIterateThroughHeap()
805 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
808 if (!stop_reports) { in DoIterateThroughHeap()
810 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
813 if (!stop_reports) { in DoIterateThroughHeap()
814 stop_reports = ReportPrimitiveField::Report(obj, tag_table, callbacks, user_data); in DoIterateThroughHeap()