Lines Matching refs:callbacks
752 const jvmtiHeapCallbacks* callbacks, in DoIterateThroughHeap() argument
754 if (callbacks == nullptr) { in DoIterateThroughHeap()
798 jint ret = fn(obj, callbacks, class_tag, size, &tag, length, const_cast<void*>(user_data)); in DoIterateThroughHeap()
807 jint string_ret = ReportString(obj, env, tag_table, callbacks, user_data); in DoIterateThroughHeap()
812 jint array_ret = ReportPrimitiveArray(obj, env, tag_table, callbacks, user_data); in DoIterateThroughHeap()
817 stop_reports = ReportPrimitiveField::Report(obj, tag_table, callbacks, user_data); in DoIterateThroughHeap()
828 const jvmtiHeapCallbacks* callbacks, in IterateThroughHeap() argument
849 callbacks, in IterateThroughHeap()
858 const jvmtiHeapCallbacks* callbacks, in FollowReferencesHelper() argument
865 callbacks_(callbacks), in FollowReferencesHelper()
1391 const jvmtiHeapCallbacks* callbacks, in FollowReferences() argument
1393 if (callbacks == nullptr) { in FollowReferences()
1417 callbacks, in FollowReferences()
1586 const jvmtiHeapCallbacks* callbacks, in IterateThroughHeapExt() argument
1611 callbacks, in IterateThroughHeapExt()