Searched defs:refTypeId (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpEvent.h | 44 RefTypeId refTypeId; member 62 RefTypeId refTypeId; member 66 RefTypeId refTypeId; member
|
D | JdwpHandler.cpp | 223 RefTypeId refTypeId; in handleVM_ClassesBySignature() local 516 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Signature() local 531 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Modifiers() local 545 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_GetValues() local 565 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_SourceFile() local 582 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Status() local 598 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_Interfaces() local 614 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_ClassObject() local 644 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_SignatureWithGeneric() local 666 RefTypeId refTypeId = dvmReadRefTypeId(&buf); in handleRT_ClassLoader() local [all …]
|
D | JdwpEvent.cpp | 1120 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, in dvmJdwpPostClassPrepare() 1213 bool dvmJdwpPostClassUnload(JdwpState* state, RefTypeId refTypeId) in dvmJdwpPostClassUnload()
|
/dalvik/vm/ |
D | Debugger.cpp | 327 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod() 343 static Field* fieldIdToField(RefTypeId refTypeId, FieldId id) in fieldIdToField() 720 u1 dvmDbgGetClassObjectType(RefTypeId refTypeId) in dvmDbgGetClassObjectType() 735 const char* dvmDbgGetSignature(RefTypeId refTypeId) in dvmDbgGetSignature() 750 const char* dvmDbgGetSourceFile(RefTypeId refTypeId) in dvmDbgGetSourceFile() 1144 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() 1173 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllFields() 1211 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllMethods() 1264 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply) in dvmDbgOutputAllInterfaces() 1303 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId, in dvmDbgOutputLineTable() [all …]
|