Searched refs:JVMTI_VISIT_ABORT (Results 1 – 4 of 4) sorted by relevance
627 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()
210 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()
93 return JVMTI_VISIT_ABORT; in Java_art_Test906_iterateThroughHeapCount()
136 JVMTI_VISIT_ABORT = 0x8000 enumerator