HomeSort by relevance Sort by last modified time
    Searched refs:threadObj (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/
Debugger.c     [all...]
Thread.c 308 * object monitors. We'll set the "threadObj" field later.
646 if (!dvmGetFieldBoolean(target->threadObj,
781 Object* threadObj;
817 threadObj = dvmAllocObject(gDvm.classJavaLangThread, ALLOC_DEFAULT);
818 if (threadObj == NULL) {
822 dvmReleaseTrackedAlloc(threadObj, NULL);
832 dvmCallMethod(thread, init, threadObj, &unused, groupObj, threadNameStr,
851 dvmCallMethod(thread, init, vmThreadObj, &unused, threadObj);
866 dvmSetFieldObject(threadObj, gDvm.offJavaLangThread_vmThread,
869 thread->threadObj = threadObj
    [all...]
Thread.h 155 Object* threadObj;
413 bool dvmCreateInterpThread(Object* threadObj, int reqStackSize);
Ddm.c 289 dvmGetFieldObject(thread->threadObj, gDvm.offJavaLangThread_name);
509 isDaemon = dvmGetFieldBoolean(thread->threadObj,
  /dalvik/vm/native/
java_lang_VMThread.c 33 Object* threadObj = (Object*) args[0];
36 dvmCreateInterpThread(threadObj, (int) stackSize);
48 RETURN_PTR(dvmThreadSelf()->threadObj);
dalvik_system_VMStack.c 194 if (thread->threadObj == targetThreadObj)
198 LOGI("VMStack.getThreadStackTrace: threadObj %p not active\n",

Completed in 148 milliseconds