Home
last modified time | relevance | path

Searched refs:GetObjectsWithTags (Results 1 – 3 of 3) sorted by relevance

/art/test/903-hello-tagging/
Dtagging.cc54 jvmtiError ret = jvmti_env->GetObjectsWithTags(scoped_array.size(), in Java_art_Test903_getTaggedObjects()
/art/runtime/openjdkjvmti/include/
Djvmti.h1590 jvmtiError (JNICALL *GetObjectsWithTags) (jvmtiEnv* env,
1996 jvmtiError GetObjectsWithTags(jint tag_count, in GetObjectsWithTags() function
2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc444 static jvmtiError GetObjectsWithTags(jvmtiEnv* env, in GetObjectsWithTags() function in openjdkjvmti::JvmtiFunctions
1860 JvmtiFunctions::GetObjectsWithTags,