Searched refs:threadGroup (Results 1 – 1 of 1) sorted by relevance
1914 Object* threadGroup; in dvmDbgGetThreadGroupName() local1917 threadGroup = objectIdToObject(threadGroupId); in dvmDbgGetThreadGroupName()1918 assert(threadGroup != NULL); in dvmDbgGetThreadGroupName()1921 dvmGetFieldObject(threadGroup, gDvm.offJavaLangThreadGroup_name); in dvmDbgGetThreadGroupName()1932 Object* threadGroup; in dvmDbgGetThreadGroupParent() local1935 threadGroup = objectIdToObject(threadGroupId); in dvmDbgGetThreadGroupParent()1936 assert(threadGroup != NULL); in dvmDbgGetThreadGroupParent()1938 parent = dvmGetFieldObject(threadGroup, gDvm.offJavaLangThreadGroup_parent); in dvmDbgGetThreadGroupParent()