Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Djvmti_weak_table-inl.h309 jint tag_count,
314 if (tag_count < 0) {
317 if (tag_count > 0) {
318 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) {
340 if (tag_count == 0) {
354 if (tag_count > 0) {
356 for (size_t i = 0; i != static_cast<size_t>(tag_count); ++i) {
Djvmti_weak_table.h108 jint tag_count,
DOpenjdkJvmTi.cc446 jint tag_count, in GetObjectsWithTags() argument
461 tag_count, in GetObjectsWithTags()
/art/openjdkjvmti/include/
Djvmti.h1591 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()