Home
last modified time | relevance | path

Searched defs:threadObj (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DDdm.cpp254 Object* threadObj = thread->threadObj; in dvmDdmSendThreadNotification() local
394 Object* threadObj = thread->threadObj; in dvmDdmGenerateThreadStats() local
DDebugger.cpp1698 static Thread* threadObjToThread(Object* threadObj) in threadObjToThread()
1716 Object* threadObj; in dvmDbgGetThreadStatus() local
1764 Object* threadObj; in dvmDbgGetThreadSuspendCount() local
1792 Object* threadObj; in dvmDbgThreadExists() local
1819 Object* threadObj; in dvmDbgIsSuspended() local
1865 Object* threadObj; in dvmDbgGetThreadName() local
1896 Object* threadObj; in dvmDbgGetThreadGroup() local
2050 Object* threadObj; in dvmDbgGetThreadFrameCount() local
2072 Object* threadObj; in dvmDbgGetThreadFrame() local
2149 Object* threadObj = objectIdToObject(threadId); in dvmDbgSuspendThread() local
[all …]
DThread.cpp685 Object* threadObj; in dvmPrepMainThread() local
1232 bool dvmCreateInterpThread(Object* threadObj, int reqStackSize) in dvmCreateInterpThread()
1775 Object* threadObj = NULL; in dvmAttachCurrentThread() local
3279 Object* threadObj; in dvmDumpThreadEx() local
DThread.h237 Object* threadObj; member
/dalvik/vm/native/
Djava_lang_VMThread.cpp33 Object* threadObj = (Object*) args[0]; in Dalvik_java_lang_VMThread_create() local