Home | History | Annotate | Download | only in jdwp

Lines Matching defs:classDescriptor

213     char* classDescriptor = readNewUtf8String(&buf, &strLen);
214 ALOGV(" Req for class by signature '%s'", classDescriptor);
224 if (!dvmDbgFindLoadedClassBySignature(classDescriptor, &refTypeId)) {
247 free(classDescriptor);