Searched refs:obj_len (Results 1 – 2 of 2) sorted by relevance
118 jint obj_len; in DataDumpRequestCb() local120 CHECK_JVMTI(jvmti->GetObjectsWithTags(1, &tag, &obj_len, &obj_list, nullptr)); in DataDumpRequestCb()123 for (jint i = 0; i < obj_len; i++) { in DataDumpRequestCb()136 << "\t" << obj_len; in DataDumpRequestCb()
121 jint obj_len; in DataDumpRequestCb() local123 CHECK_JVMTI(jvmti->GetObjectsWithTags(1, &tag, &obj_len, &obj_list, nullptr)); in DataDumpRequestCb()133 for (jint i = 0; i < obj_len; i++) { in DataDumpRequestCb()183 << "\t" << obj_len in DataDumpRequestCb()