HomeSort by relevance Sort by last modified time
    Searched refs:dvmReadMethodId (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/jdwp/
Jdwp.h 52 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
JdwpHandler.c 66 pLoc->methodId = dvmReadMethodId(pBuf);
864 methodId = dvmReadMethodId(&buf);
887 methodId = dvmReadMethodId(&buf);
932 methodId = dvmReadMethodId(&buf);
953 methodId = dvmReadMethodId(&buf);
1092 methodId = dvmReadMethodId(&buf);
    [all...]

Completed in 149 milliseconds