Searched refs:can_tag_objects (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/openjdkjvmti/ |
H A D | OpenjdkJvmTi.cc | 392 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 D | art_jvmti.h | 248 .can_tag_objects = 1, 304 .can_tag_objects = 0,
|
H A D | ti_heap.cc | 1588 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 D | tagging.cc | 117 capa.can_tag_objects = 1; in CreateJvmtiEnv()
|
/aosp12/art/test/ti-agent/ |
H A D | jvmti_helper.cc | 47 .can_tag_objects = 1,
|
/aosp12/art/tools/jvmti-agents/field-null-percent/ |
H A D | fieldnull.cc | 177 jvmtiCapabilities caps { .can_tag_objects = 1, }; in AgentStart()
|
/aosp12/art/tools/jvmti-agents/field-counts/ |
H A D | fieldcount.cc | 234 .can_tag_objects = 1, in AgentStart()
|
/aosp12/art/tools/jvmti-agents/simple-profile/ |
H A D | simple_profile.cc | 466 caps.can_tag_objects = JNI_TRUE; in AgentStart()
|
/aosp12/art/test/ti-stress/ |
H A D | stress.cc | 780 .can_tag_objects = 0, in Agent_OnLoad()
|
/aosp12/art/openjdkjvmti/include/ |
H A D | jvmti.h | 665 unsigned int can_tag_objects : 1; member
|