Searched refs:tag_count (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 307 jint tag_count, 312 if (tag_count < 0) { 315 if (tag_count > 0) { 316 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) { 338 if (tag_count == 0) { 352 if (tag_count > 0) { 354 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) {
|
D | jvmti_weak_table.h | 108 jint tag_count,
|
D | OpenjdkJvmTi.cc | 460 jint tag_count, in GetObjectsWithTags() argument 475 tag_count, in GetObjectsWithTags()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1591 jint tag_count, 1996 jvmtiError GetObjectsWithTags(jint tag_count, in GetObjectsWithTags() 2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()
|