/dalvik/vm/alloc/ |
D | Visit.cpp | 55 u4 threadId, RootType type, void *arg) in visitReferenceTable() 69 u4 threadId, RootType type, void *arg) in visitIndirectRefTable() 87 u4 threadId = thread->threadId; in visitThreadStack() local 164 u4 threadId; in visitThread() local
|
D | Verify.cpp | 57 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, in dumpReferencesRootVisitor() 138 static void verifyRootReference(void *addr, u4 threadId, in verifyRootReference()
|
D | CardTable.cpp | 288 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, in dumpReferencesRootVisitor()
|
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, in finishInvoke() 756 ObjectId threadId = dvmReadObjectId(&buf); in handleCT_InvokeMethod() local 774 ObjectId threadId = dvmReadObjectId(&buf); in handleCT_NewInstance() local 934 ObjectId threadId = dvmReadObjectId(&buf); in handleOR_InvokeMethod() local 1002 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_Name() local 1024 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_Suspend() local 1043 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_Resume() local 1062 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_Status() local 1087 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_ThreadGroup() local 1105 ObjectId threadId = dvmReadObjectId(&buf); in handleTR_Frames() local [all …]
|
D | JdwpEvent.cpp | 106 ObjectId threadId; /* ThreadOnly */ member 654 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId) in dvmJdwpSetWaitForEventThread() 747 ObjectId threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostVMStart() local 919 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) in dvmJdwpPostThreadChange()
|
D | JdwpEvent.h | 40 ObjectId threadId; member 71 ObjectId threadId; member
|
/dalvik/tools/dmtracedump/ |
D | CreateTestTrace.c | 65 int threadId; member 121 unsigned int time = 0, threadId; in parseInputFile() local 148 int threadId = strtoul(cp, &cp, 0); in parseInputFile() local 352 void writeDataRecord(FILE *dataFp, int threadId, unsigned int methodVal, in writeDataRecord()
|
D | TraceDump.c | 131 int threadId; member 1132 int *threadId, unsigned int *methodVal, uint64_t *elapsedTime) in readDataRecord() 1203 int threadId; in dumpTrace() local 2318 int threadId; in parseDataKeys() local 2440 int threadId; in parseDataKeys() local
|
/dalvik/vm/ |
D | Debugger.cpp | 1713 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* pThreadStatus, in dvmDbgGetThreadStatus() 1762 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId) in dvmDbgGetThreadSuspendCount() 1790 bool dvmDbgThreadExists(ObjectId threadId) in dvmDbgThreadExists() 1817 bool dvmDbgIsSuspended(ObjectId threadId) in dvmDbgIsSuspended() 1863 char* dvmDbgGetThreadName(ObjectId threadId) in dvmDbgGetThreadName() 1894 ObjectId dvmDbgGetThreadGroup(ObjectId threadId) in dvmDbgGetThreadGroup() 2048 int dvmDbgGetThreadFrameCount(ObjectId threadId) in dvmDbgGetThreadFrameCount() 2069 bool dvmDbgGetThreadFrame(ObjectId threadId, int num, FrameId* pFrameId, in dvmDbgGetThreadFrame() 2147 void dvmDbgSuspendThread(ObjectId threadId) in dvmDbgSuspendThread() 2168 void dvmDbgResumeThread(ObjectId threadId) in dvmDbgResumeThread() [all …]
|
D | Ddm.cpp | 307 void dvmDdmSendThreadNameChange(int threadId, StringObject* newName) in dvmDdmSendThreadNameChange() 426 ArrayObject* dvmDdmGetStackTraceById(u4 threadId) in dvmDdmGetStackTraceById()
|
D | Sync.cpp | 173 u4 threadId = lockOwner(obj); in dvmGetObjectLockHolder() local 864 u4 thin, newThin, threadId; in dvmLockObject() local
|
D | AllocTracker.cpp | 55 u2 threadId; /* simple thread ID; could be recycled */ member
|
D | Thread.cpp | 536 int threadId = 0; in dvmSlayDaemons() local 3079 Thread* dvmGetThreadByThreadId(u4 threadId) in dvmGetThreadByThreadId()
|
D | Thread.h | 114 u4 threadId; member
|
/dalvik/vm/hprof/ |
D | Hprof.cpp | 177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg) in hprofRootVisitor()
|
/dalvik/vm/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 97 u4 threadId = args[0]; in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_getStackTraceById() local
|
D | java_lang_VMThread.cpp | 171 int threadId = -1; in Dalvik_java_lang_VMThread_nameChanged() local
|