Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwp.h51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); } in dvmReadMethodId() function
DJdwpHandler.cpp49 pLoc->methodId = dvmReadMethodId(pBuf); in jdwpReadLocation()
757 MethodId methodId = dvmReadMethodId(&buf); in handleCT_InvokeMethod()
775 MethodId methodId = dvmReadMethodId(&buf); in handleCT_NewInstance()
813 MethodId methodId = dvmReadMethodId(&buf); in handleM_LineTable()
831 MethodId methodId = dvmReadMethodId(&buf); in handleM_VariableTableWithGeneric()
936 MethodId methodId = dvmReadMethodId(&buf); in handleOR_InvokeMethod()