Home
last modified time | relevance | path

Searched refs:stop_reports (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_heap.cc702 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()
[all …]