HomeSort by relevance Sort by last modified time
    Searched refs:JVMTI_VISIT_ABORT (Results 1 - 4 of 4) sorted by null

  /art/runtime/openjdkjvmti/
ti_heap.cc 595 if ((ret & JVMTI_VISIT_ABORT) != 0) {
720 stop_reports = (ret & JVMTI_VISIT_ABORT) != 0;
724 stop_reports = (string_ret & JVMTI_VISIT_ABORT) != 0;
729 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0;
    [all...]
  /art/test/913-heaps/
heaps.cc 171 return JVMTI_VISIT_ABORT;
    [all...]
  /art/test/906-iterate-heap/
iterate_heap.cc 93 return JVMTI_VISIT_ABORT;
  /art/runtime/openjdkjvmti/include/
jvmti.h 136 JVMTI_VISIT_ABORT = 0x8000
    [all...]

Completed in 231 milliseconds