HomeSort by relevance Sort by last modified time
    Searched defs:refTypeId (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/jdwp/
JdwpEvent.h 44 RefTypeId refTypeId;
62 RefTypeId refTypeId;
66 RefTypeId refTypeId;
JdwpHandler.cpp 104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
223 RefTypeId refTypeId;
224 if (!dvmDbgFindLoadedClassBySignature(classDescriptor, &refTypeId)) {
240 dvmDbgGetClassInfo(refTypeId, &typeTag, &status, NULL);
243 expandBufAddRefTypeId(pReply, refTypeId);
310 expandBufAdd4BE(pReply, sizeof(RefTypeId));
483 RefTypeId* classRefBuf = NULL;
516 RefTypeId refTypeId = dvmReadRefTypeId(&buf)
    [all...]

Completed in 26 milliseconds