Home
last modified time | relevance | path

Searched refs:can_get_synthetic_attribute (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dart_jvmti.h252 .can_get_synthetic_attribute = 1,
308 .can_get_synthetic_attribute = 0,
DOpenjdkJvmTi.cc843 ENSURE_HAS_CAP(env, can_get_synthetic_attribute); in IsFieldSynthetic()
926 ENSURE_HAS_CAP(env, can_get_synthetic_attribute); in IsMethodSynthetic()
1080 FUN(can_get_synthetic_attribute) \
/art/test/ti-agent/
Djvmti_helper.cc51 .can_get_synthetic_attribute = 1,
/art/test/ti-stress/
Dstress.cc784 .can_get_synthetic_attribute = 0, in Agent_OnLoad()
/art/openjdkjvmti/include/
Djvmti.h669 unsigned int can_get_synthetic_attribute : 1; member