Searched refs:dvmReadRefTypeId (Results 1 – 2 of 2) sorted by relevance
551 refTypeId = dvmReadRefTypeId(&buf); in handleRT_Signature()570 refTypeId = dvmReadRefTypeId(&buf); in handleRT_Modifiers()588 refTypeId = dvmReadRefTypeId(&buf); in handleRT_GetValues()619 refTypeId = dvmReadRefTypeId(&buf); in handleRT_SourceFile()640 refTypeId = dvmReadRefTypeId(&buf); in handleRT_Status()658 refTypeId = dvmReadRefTypeId(&buf); in handleRT_Interfaces()690 refTypeId = dvmReadRefTypeId(&buf); in handleRT_SignatureWithGeneric()714 refTypeId = dvmReadRefTypeId(&buf); in handleRT_ClassLoader()731 refTypeId = dvmReadRefTypeId(&buf); in handleRT_FieldsWithGeneric()754 refTypeId = dvmReadRefTypeId(&buf); in handleRT_MethodsWithGeneric()[all …]
54 INLINE RefTypeId dvmReadRefTypeId(const u1** pBuf) { return read8BE(pBuf); } in dvmReadRefTypeId() function