Searched refs:mods (Results 1 – 3 of 3) sorted by relevance
32 jint mods = 0; in GetJavaField() local33 if (JvmtiErrorToException(env, jvmti, jvmti->GetFieldModifiers(field_klass, f, &mods))) { in GetJavaField()37 bool is_static = (mods & kAccStatic) != 0; in GetJavaField()42 jint mods = 0; in GetJavaMethod() local43 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodModifiers(m, &mods))) { in GetJavaMethod()47 bool is_static = (mods & kAccStatic) != 0; in GetJavaMethod()
17 ./default-run "$@" --jvmti --runtime-option -Xmetrics-reporting-mods:100
18 …-tags --runtime-option -Xmetrics-write-to-logcat:true --runtime-option -Xmetrics-reporting-mods:100