Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dart_jvmti.h230 .can_get_owned_monitor_stack_depth_info = 0,
DOpenjdkJvmTi.cc208 ENSURE_HAS_CAP(env, can_get_owned_monitor_stack_depth_info); in GetOwnedMonitorStackDepthInfo()
1344 ADD_CAPABILITY(can_get_owned_monitor_stack_depth_info); in AddCapabilities()
1408 DEL_CAPABILITY(can_get_owned_monitor_stack_depth_info); in RelinquishCapabilities()
/art/runtime/openjdkjvmti/include/
Djvmti.h699 unsigned int can_get_owned_monitor_stack_depth_info : 1; member