Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc812 jint array_ret = ReportPrimitiveArray(obj, env, tag_table, callbacks, user_data); in DoIterateThroughHeap() local
813 stop_reports = (array_ret & JVMTI_VISIT_ABORT) != 0; in DoIterateThroughHeap()
1186 jint array_ret = ReportPrimitiveArray(array, env, tag_table_, callbacks_, user_data_); in VisitArray() local
1187 stop_reports_ = (array_ret & JVMTI_VISIT_ABORT) != 0; in VisitArray()