Searched defs:classId (Results 1 - 5 of 5) sorted by relevance

/dalvik/hit/src/com/android/hit/
H A DClassInstance.java27 public ClassInstance(long id, StackTrace stack, long classId) { argument
30 mClassId = classId;
/dalvik/vm/jdwp/
H A DJdwp.h82 RefTypeId classId; /* method->clazz */ member in struct:JdwpLocation
H A DJdwpEvent.cpp107 RefTypeId classId; /* ClassOnly */ member in struct:ModBasket
451 pLoc1->classId == pLoc2->classId &&
479 if (!dvmDbgMatchType(basket->classId, pMod->classOnly.refTypeId))
506 if (!dvmDbgMatchType(basket->classId, pMod->fieldOnly.refTypeId) ||
818 basket.classId = pLoc->classId;
822 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId));
875 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId),
1031 basket.classId
[all...]
H A DJdwpHandler.cpp48 pLoc->classId = dvmReadObjectId(pBuf);
59 expandBufAddObjectId(pReply, pLoc->classId);
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
112 ALOGV(" classId=%llx methodId=%x %s.%s",
113 classId, methodId,
114 dvmDbgGetClassDescriptor(classId),
115 dvmDbgGetMethodName(classId, methodId));
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
712 RefTypeId classId = dvmReadRefTypeId(&buf); local
714 RefTypeId superClassId = dvmDbgGetSuperclass(classId);
102 finishInvoke(JdwpState* state, const u1* buf, int dataLen, ExpandBuf* pReply, ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, bool isConstructor) argument
727 RefTypeId classId = dvmReadRefTypeId(&buf); local
754 RefTypeId classId = dvmReadRefTypeId(&buf); local
772 RefTypeId classId = dvmReadRefTypeId(&buf); local
829 RefTypeId classId = dvmReadRefTypeId(&buf); local
934 RefTypeId classId = dvmReadRefTypeId(&buf); local
[all...]
/dalvik/vm/
H A DDebugger.cpp660 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus, argument
663 ClassObject* clazz = refTypeIdToClassObject(classId);
1101 ObjectId dvmDbgCreateObject(RefTypeId classId) argument
1103 ClassObject* clazz = refTypeIdToClassObject(classId);
1124 * Determine if "instClassId" is an instance of "classId".
1126 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId) argument
1129 ClassObject* clazz = refTypeIdToClassObject(classId);
1443 RefTypeId classId = classObjectToRefTypeId(obj->clazz); local
1444 const Field* field = fieldIdToField(classId, fieldId);
1466 RefTypeId classId local
1516 RefTypeId classId = classObjectToRefTypeId(obj->clazz); local
2616 dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, u4 numArgs, ObjectId* argArray, u4 options, u1* pResultTag, u8* pResultValue, ObjectId* pExceptObj) argument
[all...]

Completed in 76 milliseconds