Searched refs:expandBufAddObjectId (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.c | 76 expandBufAddObjectId(pReply, pLoc->classId); in dvmJdwpAddLocation() 176 expandBufAddObjectId(pReply, objectId); in finishInvoke() 185 expandBufAddObjectId(pReply, exceptObjId); in finishInvoke() 301 expandBufAddObjectId(pReply, *walker++); in handleVM_AllThreads() 329 expandBufAddObjectId(pReply, threadGroupId); in handleVM_TopLevelThreadGroups() 422 expandBufAddObjectId(pReply, stringId); in handleVM_CreateString() 696 expandBufAddObjectId(pReply, classObjId); in handleRT_ClassObject() 748 expandBufAddObjectId(pReply, dvmDbgGetClassLoader(refTypeId)); in handleRT_ClassLoader() 918 expandBufAddObjectId(pReply, objectId); in handleAT_newInstance() 1262 expandBufAddObjectId(pReply, threadGroupId); in handleTR_ThreadGroup() [all …]
|
D | Jdwp.h | 67 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { in expandBufAddObjectId() function
|
/dalvik/vm/ |
D | Debugger.c | 1090 expandBufAddObjectId(pReply, objectToObjectId(*pObjects)); in dvmDbgOutputArray()
|