Home | History | Annotate | Download | only in vm

Lines Matching full:fieldname

2983 static Object* getStaticThreadGroup(const char* fieldName)
2989 fieldName, "Ljava/lang/ThreadGroup;");
2991 LOGE("java.lang.ThreadGroup does not have an '%s' field", fieldName);
2997 LOGE("java.lang.ThreadGroup.%s not initialized", fieldName);