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

/art/test/903-hello-tagging/
H A Dtagging.cc54 jvmtiError ret = jvmti_env->GetObjectsWithTags(scoped_array.size(),
/art/openjdkjvmti/include/
H A Djvmti.h1590 jvmtiError (JNICALL *GetObjectsWithTags) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1996 jvmtiError GetObjectsWithTags(jint tag_count, function in struct:_jvmtiEnv
2001 return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_result_ptr);
/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc449 static jvmtiError GetObjectsWithTags(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
1693 JvmtiFunctions::GetObjectsWithTags,

Completed in 70 milliseconds