Home
last modified time | relevance | path

Searched refs:expandBufAddObjectId (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwpHandler.c74 expandBufAddObjectId(pReply, pLoc->classId); in dvmJdwpAddLocation()
172 expandBufAddObjectId(pReply, exceptObjId); in finishInvoke()
285 expandBufAddObjectId(pReply, *walker++); in handleVM_AllThreads()
313 expandBufAddObjectId(pReply, threadGroupId); in handleVM_TopLevelThreadGroups()
403 expandBufAddObjectId(pReply, stringId); in handleVM_CreateString()
716 expandBufAddObjectId(pReply, dvmDbgGetClassLoader(refTypeId)); in handleRT_ClassLoader()
1181 expandBufAddObjectId(pReply, threadGroupId); in handleTR_ThreadGroup()
1344 expandBufAddObjectId(pReply, parentGroup); in handleTGR_Parent()
1372 expandBufAddObjectId(pReply, pThreadIds[i]); in handleTGR_Children()
1382 expandBufAddObjectId(pReply, dvmDbgGetMainThreadGroupId()); in handleTGR_Children()
[all …]
DJdwp.h67 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { in expandBufAddObjectId() function
/dalvik/vm/
DDebugger.c1053 expandBufAddObjectId(pReply, objectToObjectId(*pObjects)); in dvmDbgOutputArray()