Searched refs:refTypeId (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpEvent.h44 RefTypeId refTypeId; member in struct:JdwpEventMod::__anon72
62 RefTypeId refTypeId; member in struct:JdwpEventMod::__anon76
66 RefTypeId refTypeId; member in struct:JdwpEventMod::__anon77
H A DJdwpHandler.cpp223 RefTypeId refTypeId; local
224 if (!dvmDbgFindLoadedClassBySignature(classDescriptor, &refTypeId)) {
240 dvmDbgGetClassInfo(refTypeId, &typeTag, &status, NULL);
243 expandBufAddRefTypeId(pReply, refTypeId);
516 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
518 ALOGV(" Req for signature of refTypeId=0x%llx", refTypeId);
519 const char* signature = dvmDbgGetSignature(refTypeId);
531 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
532 u4 modBits = dvmDbgGetAccessFlags(refTypeId);
545 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
565 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
582 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
598 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
614 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
644 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
666 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
680 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
696 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
811 RefTypeId refTypeId = dvmReadRefTypeId(&buf); local
[all...]
H A DJdwpEvent.cpp479 if (!dvmDbgMatchType(basket->classId, pMod->classOnly.refTypeId))
497 if (pMod->exceptionOnly.refTypeId != 0 &&
499 pMod->exceptionOnly.refTypeId))
506 if (!dvmDbgMatchType(basket->classId, pMod->fieldOnly.refTypeId) ||
1120 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, argument
1128 basket.classId = refTypeId;
1181 expandBufAdd8BE(pReq, refTypeId);
1213 bool dvmJdwpPostClassUnload(JdwpState* state, RefTypeId refTypeId) argument
H A DJdwp.h222 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId,
/dalvik/vm/
H A DDebugger.h177 u1 dvmDbgGetClassObjectType(RefTypeId refTypeId);
178 const char* dvmDbgGetSignature(RefTypeId refTypeId);
179 const char* dvmDbgGetSourceFile(RefTypeId refTypeId);
200 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
201 void dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric,
203 void dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric,
205 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply);
206 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId,
208 void dvmDbgOutputVariableTable(RefTypeId refTypeId, MethodId id,
212 u1 dvmDbgGetStaticFieldBasicTag(RefTypeId refTypeId, FieldI
[all...]
H A DDebugger.cpp327 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) argument
329 // TODO? verify "id" is actually a method in "refTypeId"
343 static Field* fieldIdToField(RefTypeId refTypeId, FieldId id) argument
345 // TODO? verify "id" is actually a field in "refTypeId"
720 u1 dvmDbgGetClassObjectType(RefTypeId refTypeId) argument
722 ClassObject* clazz = refTypeIdToClassObject(refTypeId);
735 const char* dvmDbgGetSignature(RefTypeId refTypeId) argument
739 clazz = refTypeIdToClassObject(refTypeId);
750 const char* dvmDbgGetSourceFile(RefTypeId refTypeId) argument
754 clazz = refTypeIdToClassObject(refTypeId);
1144 dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) argument
1173 dvmDbgOutputAllFields(RefTypeId refTypeId, bool withGeneric, ExpandBuf* pReply) argument
1211 dvmDbgOutputAllMethods(RefTypeId refTypeId, bool withGeneric, ExpandBuf* pReply) argument
1264 dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply) argument
1303 dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId, ExpandBuf* pReply) argument
1409 dvmDbgOutputVariableTable(RefTypeId refTypeId, MethodId methodId, bool withGeneric, ExpandBuf* pReply) argument
1451 dvmDbgGetStaticFieldBasicTag(RefTypeId refTypeId, FieldId fieldId) argument
1560 dvmDbgGetStaticFieldValue(RefTypeId refTypeId, FieldId fieldId, ExpandBuf* pReply) argument
1616 dvmDbgSetStaticFieldValue(RefTypeId refTypeId, FieldId fieldId, u8 rawValue, int width) argument
[all...]

Completed in 1066 milliseconds