Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dcommon_helper.cc32 jint mods = 0; in GetJavaField() local
33 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() local
43 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodModifiers(m, &mods))) { in GetJavaMethod()
47 bool is_static = (mods & kAccStatic) != 0; in GetJavaMethod()