Lines Matching refs:descriptor
130 excepClass->descriptor); in dvmThrowChainedException()
131 if (strcmp(excepClass->descriptor, "Ljava/lang/InternalError;") == 0) in dvmThrowChainedException()
151 excepClass->descriptor, msg != NULL ? msg : "(no msg)"); in dvmThrowChainedException()
161 excepClass->descriptor, msg); in dvmThrowChainedException()
274 msg, excepClass->descriptor); in initException()
282 cause->clazz->descriptor); in initException()
371 excepClass->descriptor, msg, initKind); in initException()
372 assert(strcmp(excepClass->descriptor, in initException()
413 self->exception->clazz->descriptor, exception->clazz->descriptor); in initException()
434 self->exception->clazz->descriptor, in initException()
435 exception->clazz->descriptor); in initException()
440 excepClass->descriptor); in initException()
543 exception->clazz->descriptor); in dvmGetExceptionCause()
583 exception->clazz->descriptor); in dvmPrintExceptionStackTrace()
588 self->exception->clazz->descriptor); in dvmPrintExceptionStackTrace()
611 method->clazz->descriptor, method->name, excepClass->descriptor, in findCatchInMethod()
629 relPc, method->clazz->descriptor, in findCatchInMethod()
630 method->name, excepClass->descriptor); in findCatchInMethod()
678 self->exception->clazz->descriptor : "(none)"); in findCatchInMethod()
689 relPc, method->clazz->descriptor, in findCatchInMethod()
690 method->name, excepClass->descriptor); in findCatchInMethod()
697 relPc, method->name, excepClass->descriptor); in findCatchInMethod()
1010 std::string dotName(dvmHumanReadableDescriptor(meth->clazz->descriptor)); in dvmFillStackTraceElements()
1052 std::string dotName(dvmHumanReadableDescriptor(meth->clazz->descriptor)); in dvmLogRawStackTrace()
1104 exception->clazz->descriptor); in getExceptionMessage()
1109 dvmGetException(self)->clazz->descriptor); in getExceptionMessage()
1124 std::string className(dvmHumanReadableDescriptor(exception->clazz->descriptor)); in logStackTraceOf()
1192 std::string actualClassName(dvmHumanReadableDescriptor(actual->descriptor)); in throwTypeError()
1193 std::string desiredClassName(dvmHumanReadableDescriptor(desired->descriptor)); in throwTypeError()
1220 std::string actualClassName(dvmHumanReadableDescriptor(actual->descriptor)); in dvmThrowArrayStoreExceptionNotArray()
1235 std::string objectClassName(dvmHumanReadableDescriptor(objectType->descriptor)); in dvmThrowArrayStoreExceptionIncompatibleArrayElement()
1236 std::string arrayClassName(dvmHumanReadableDescriptor(arrayType->descriptor)); in dvmThrowArrayStoreExceptionIncompatibleArrayElement()
1248 void dvmThrowClassCircularityError(const char* descriptor) { in dvmThrowClassCircularityError() argument
1250 descriptor); in dvmThrowClassCircularityError()
1344 const char* descriptor) in dvmThrowIncompatibleClassChangeErrorWithClassMessage() argument
1347 gDvm.exIncompatibleClassChangeError, descriptor); in dvmThrowIncompatibleClassChangeErrorWithClassMessage()
1351 std::string className(dvmHumanReadableDescriptor(clazz->descriptor)); in dvmThrowInstantiationException()
1374 void dvmThrowNoClassDefFoundError(const char* descriptor) { in dvmThrowNoClassDefFoundError() argument
1376 descriptor); in dvmThrowNoClassDefFoundError()
1379 void dvmThrowChainedNoClassDefFoundError(const char* descriptor, in dvmThrowChainedNoClassDefFoundError() argument
1382 gDvm.exNoClassDefFoundError, descriptor, cause); in dvmThrowChainedNoClassDefFoundError()
1426 void dvmThrowTypeNotPresentException(const char* descriptor) { in dvmThrowTypeNotPresentException() argument
1428 descriptor); in dvmThrowTypeNotPresentException()
1437 char* className = dvmDescriptorToDot(method->clazz->descriptor); in dvmThrowUnsatisfiedLinkError()
1448 void dvmThrowVerifyError(const char* descriptor) { in dvmThrowVerifyError() argument
1449 dvmThrowExceptionWithClassMessage(gDvm.exVerifyError, descriptor); in dvmThrowVerifyError()