Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc624 if ((ret & JVMTI_VISIT_ABORT) != 0) { in ReportPrimitiveFieldCallback()
801 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
805 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
810 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
1089 if ((result & JVMTI_VISIT_ABORT) != 0) { in ReportRoot()
1154 stop_reports_ = (string_ret & JVMTI_VISIT_ABORT) != 0; in VisitObject()
1192 stop_reports_ = (array_ret & JVMTI_VISIT_ABORT) != 0; in VisitArray()
1299 if ((result & JVMTI_VISIT_ABORT) == 0) { in ReportReferenceMaybeEnqueue()
/art/test/913-heaps/
Dheaps.cc216 return JVMTI_VISIT_ABORT; in Java_art_Test913_followReferences()
1037 return JVMTI_VISIT_ABORT; in Java_art_Test913_checkGetObjectHeapIdInCallback()
1076 return JVMTI_VISIT_ABORT; in Java_art_Test913_checkGetObjectHeapIdInCallback()
/art/test/906-iterate-heap/
Diterate_heap.cc93 return JVMTI_VISIT_ABORT; in Java_art_Test906_iterateThroughHeapCount()
/art/openjdkjvmti/include/
Djvmti.h136 JVMTI_VISIT_ABORT = 0x8000 enumerator