Lines Matching full:shorty
807 const char* cp = method->shorty;
888 const char* desc = &method->shorty[1];
919 char returnType = method->shorty[0];
1082 if (method->shorty[0] == 'L' && !dvmCheckException(self) && pResult->l != NULL) {
1098 // method->clazz->descriptor, method->name, method->shorty);
1117 const char* shorty = &method->shorty[1]; /* skip return type */
1118 while (*shorty != '\0') {
1119 switch (*shorty++) {
1154 method->jniArgInfo, method->insSize, modArgs, method->shorty,