Searched refs:group (Results 1 - 8 of 8) sorted by relevance

/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A DViewDebug$ViewServer.class ... .graphics.Bitmap cache android.view.ViewGroup group android.view.View captureView android.view. ...
/dalvik/tools/
H A Ddeadcode.py38 sectionName = result.group(1)
64 methods.append(result.group(1))
/dalvik/vm/
H A DThread.cpp243 static void threadExitUncaughtException(Thread* thread, Object* group);
1563 static void threadExitUncaughtException(Thread* self, Object* group) argument
1569 ALOGW("threadid=%d: thread exiting with uncaught exception (group=%p)",
1570 self->threadId, group);
1571 assert(group != NULL);
1584 * else use "group" (which is an instance of UncaughtExceptionHandler).
1591 handlerObj = group;
1651 pArgs->group = systemGroup;
1722 jniArgs.group = reinterpret_cast<jobject>(pArgs->group);
[all...]
H A DThread.h317 Object* group; member in struct:InternalStartArgs
490 * but found in the "system" thread group rather than "main".
502 * Get the "main" or "system" thread group.
H A DDebugger.cpp1841 * Return the ObjectId for the "system" thread group.
1850 * Return the ObjectId for the "main" thread group.
1892 * Get a thread's group.
1897 Object* group; local
1902 group = dvmGetFieldObject(threadObj, gDvm.offJavaLangThread_group);
1903 return objectToObjectId(group);
1908 * Get the name of a thread group.
1926 * Get the parent of a thread group.
1943 * Get the list of threads in the thread group.
1948 * If threadGroupId is set to "kAllThreads", we ignore the group fiel
1970 Object* group; local
2001 Object* group; local
[all...]
H A DJni.cpp2810 argsCopy.group = (jobject) dvmGetMainThreadGroup();
2816 if (args->group != NULL) {
2817 argsCopy.group = (jobject) dvmDecodeIndirectRef(NULL, args->group);
2819 argsCopy.group = (jobject) dvmGetMainThreadGroup();
/dalvik/vm/compiler/template/
H A Dgen-template.py160 opcodes.append("TEMPLATE_" + match.group(1))
/dalvik/vm/mterp/
H A Dgen-mterp.py241 opcodes.append("OP_" + match.group(1))

Completed in 335 milliseconds