Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc705 bool stop_reports = false; in IterateOverInstancesOfClass() local
708 if (stop_reports) { in IterateOverInstancesOfClass()
734 stop_reports = (ret == JVMTI_ITERATION_ABORT); in IterateOverInstancesOfClass()
760 bool stop_reports = false; in DoIterateThroughHeap() local
766 if (stop_reports) { in DoIterateThroughHeap()
804 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
806 if (!stop_reports) { in DoIterateThroughHeap()
808 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
811 if (!stop_reports) { in DoIterateThroughHeap()
813 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
[all …]