OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
757
MethodId methodId =
dvmReadMethodId
(&buf);
775
MethodId methodId =
dvmReadMethodId
(&buf);
813
MethodId methodId =
dvmReadMethodId
(&buf);
831
MethodId methodId =
dvmReadMethodId
(&buf);
936
MethodId methodId =
dvmReadMethodId
(&buf);
[
all
...]
Completed in 51 milliseconds