Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc627 if ((ret & JVMTI_VISIT_ABORT) != 0) { in ReportPrimitiveFieldCallback()
804 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
808 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
813 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
1086 if ((result & JVMTI_VISIT_ABORT) != 0) { in ReportRoot()
1149 stop_reports_ = (string_ret & JVMTI_VISIT_ABORT) != 0; in VisitObject()
1187 stop_reports_ = (array_ret & JVMTI_VISIT_ABORT) != 0; in VisitArray()
1294 if ((result & JVMTI_VISIT_ABORT) == 0) { in ReportReferenceMaybeEnqueue()
/art/test/913-heaps/
Dheaps.cc210 return JVMTI_VISIT_ABORT; in Java_art_Test913_followReferences()
1033 return JVMTI_VISIT_ABORT; in Java_art_Test913_checkGetObjectHeapIdInCallback()
1072 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