Searched defs:refTypeId (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/ |
D | Debugger.c | 329 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod() 345 static Field* fieldIdToField(RefTypeId refTypeId, FieldId id) in fieldIdToField() 710 u1 dvmDbgGetClassObjectType(RefTypeId refTypeId) in dvmDbgGetClassObjectType() 727 char* dvmDbgGetSignature(RefTypeId refTypeId) in dvmDbgGetSignature() 742 const char* dvmDbgGetSourceFile(RefTypeId refTypeId) in dvmDbgGetSourceFile() 1140 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() 1153 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllFields() 1195 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric, in dvmDbgOutputAllMethods() 1248 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply) in dvmDbgOutputAllInterfaces() 1292 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId, in dvmDbgOutputLineTable() [all …]
|
/dalvik/vm/jdwp/ |
D | JdwpHandler.c | 225 RefTypeId refTypeId; in handleVM_ClassesBySignature() local 549 RefTypeId refTypeId; in handleRT_Signature() local 567 RefTypeId refTypeId; in handleRT_Modifiers() local 584 RefTypeId refTypeId; in handleRT_GetValues() local 616 RefTypeId refTypeId; in handleRT_SourceFile() local 636 RefTypeId refTypeId; in handleRT_Status() local 654 RefTypeId refTypeId; in handleRT_Interfaces() local 688 RefTypeId refTypeId; in handleRT_SignatureWithGeneric() local 711 RefTypeId refTypeId; in handleRT_ClassLoader() local 728 RefTypeId refTypeId; in handleRT_FieldsWithGeneric() local [all …]
|
D | JdwpEvent.h | 62 RefTypeId refTypeId; member 66 RefTypeId refTypeId; member
|
D | JdwpEvent.c | 1130 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, in dvmJdwpPostClassPrepare() 1227 bool dvmJdwpPostClassUnload(JdwpState* state, RefTypeId refTypeId) in dvmJdwpPostClassUnload()
|