Home | History | Annotate | Download | only in vm

Lines Matching refs:groupObj

684     Object* groupObj;
713 groupObj = dvmGetMainThreadGroup();
714 if (groupObj == NULL)
736 dvmCallMethod(thread, init, threadObj, &unused, groupObj, threadNameStr,
2998 Object* groupObj;
3007 groupObj = dvmGetStaticFieldObject(groupField);
3008 if (groupObj == NULL) {
3014 return groupObj;
3318 Object* groupObj;
3351 groupObj = (Object*) dvmGetFieldObject(threadObj,
3353 if (groupObj != NULL) {
3355 dvmGetFieldObject(groupObj, gDvm.offJavaLangThreadGroup_name);