Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwp.h52 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); } in dvmReadMethodId() function
DJdwpHandler.c64 pLoc->methodId = dvmReadMethodId(pBuf); in jdwpReadLocation()
834 methodId = dvmReadMethodId(&buf); in handleCT_InvokeMethod()
850 methodId = dvmReadMethodId(&buf); in handleM_LineTable()
871 methodId = dvmReadMethodId(&buf); in handleM_VariableTableWithGeneric()
1011 methodId = dvmReadMethodId(&buf); in handleOR_InvokeMethod()