Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpHandler.c1732 u1 reqSigByte; in handleSF_GetValues() local
1737 reqSigByte = read1(&buf); in handleSF_GetValues()
1739 LOGV(" --> slot %d '%c'\n", slot, reqSigByte); in handleSF_GetValues()
1741 width = dvmDbgGetTagWidth(reqSigByte); in handleSF_GetValues()
1743 dvmDbgGetLocalValue(threadId, frameId, slot, reqSigByte, ptr, width); in handleSF_GetValues()