Searched refs:stop_reports (Results 1 – 1 of 1) sorted by relevance
680 bool stop_reports = false; in IterateOverInstancesOfClass() local683 if (stop_reports) { in IterateOverInstancesOfClass()709 stop_reports = (ret == JVMTI_ITERATION_ABORT); in IterateOverInstancesOfClass()735 bool stop_reports = false; in DoIterateThroughHeap() local740 if (stop_reports) { in DoIterateThroughHeap()778 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()780 if (!stop_reports) { in DoIterateThroughHeap()782 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()785 if (!stop_reports) { in DoIterateThroughHeap()787 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()[all …]