Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Djvmti_weak_table-inl.h307 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) {
Djvmti_weak_table.h108 jint tag_count,
DOpenjdkJvmTi.cc452 jint tag_count, in GetObjectsWithTags() argument
467 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()