Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpHandler.cpp516 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Signature()
531 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Modifiers()
545 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_GetValues()
565 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_SourceFile()
582 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Status()
598 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Interfaces()
614 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_ClassObject()
644 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_SignatureWithGeneric()
666 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_ClassLoader()
680 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_FieldsWithGeneric()
[all …]
DJdwp.h53 INLINE RefTypeId dvmReadRefTypeId(const u1** pBuf) { return read8BE(pBuf); } in dvmReadRefTypeId() function