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

  /dalvik/vm/jdwp/
Jdwp.h 51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
JdwpHandler.cpp 49 pLoc->methodId = dvmReadMethodId(pBuf);
756 MethodId methodId = dvmReadMethodId(&buf);
774 MethodId methodId = dvmReadMethodId(&buf);
812 MethodId methodId = dvmReadMethodId(&buf);
830 MethodId methodId = dvmReadMethodId(&buf);
935 MethodId methodId = dvmReadMethodId(&buf);
    [all...]

Completed in 363 milliseconds