Home
last modified time | relevance | path

Searched refs:can_tag_objects (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc392 ENSURE_HAS_CAP(env, can_tag_objects); in FollowReferences()
408 ENSURE_HAS_CAP(env, can_tag_objects); in IterateThroughHeap()
415 ENSURE_HAS_CAP(env, can_tag_objects); in GetTag()
433 ENSURE_HAS_CAP(env, can_tag_objects); in SetTag()
458 ENSURE_HAS_CAP(env, can_tag_objects); in GetObjectsWithTags()
485 ENSURE_HAS_CAP(env, can_tag_objects); in IterateOverObjectsReachableFromObject()
496 ENSURE_HAS_CAP(env, can_tag_objects); in IterateOverReachableObjects()
505 ENSURE_HAS_CAP(env, can_tag_objects); in IterateOverHeap()
516 ENSURE_HAS_CAP(env, can_tag_objects); in IterateOverInstancesOfClass()
1076 FUN(can_tag_objects) \
H A Dart_jvmti.h248 .can_tag_objects = 1,
304 .can_tag_objects = 0,
H A Dti_heap.cc1588 if (ArtJvmTiEnv::AsArtJvmTiEnv(env)->capabilities.can_tag_objects != 1) { \ in IterateThroughHeapExt()
1889 if (ArtJvmTiEnv::AsArtJvmTiEnv(env)->capabilities.can_tag_objects != 1) { in ChangeArraySize()
/aosp12/art/test/903-hello-tagging/
H A Dtagging.cc117 capa.can_tag_objects = 1; in CreateJvmtiEnv()
/aosp12/art/test/ti-agent/
H A Djvmti_helper.cc47 .can_tag_objects = 1,
/aosp12/art/tools/jvmti-agents/field-null-percent/
H A Dfieldnull.cc177 jvmtiCapabilities caps { .can_tag_objects = 1, }; in AgentStart()
/aosp12/art/tools/jvmti-agents/field-counts/
H A Dfieldcount.cc234 .can_tag_objects = 1, in AgentStart()
/aosp12/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc466 caps.can_tag_objects = JNI_TRUE; in AgentStart()
/aosp12/art/test/ti-stress/
H A Dstress.cc780 .can_tag_objects = 0, in Agent_OnLoad()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h665 unsigned int can_tag_objects : 1; member