Searched refs:shorty (Results 1 - 20 of 20) sorted by relevance

/dalvik/vm/arch/generic/
H A DCall.cpp76 const u4* argv, const char* shorty, void* func, JValue* pReturn)
103 retType = getFfiType(*shorty);
104 while ((sigByte = *++shorty) != '\0') {
75 dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc, const u4* argv, const char* shorty, void* func, JValue* pReturn) argument
/dalvik/vm/mterp/c/
H A DgotoTargets.cpp543 curMethod->shorty);
576 curMethod->name, curMethod->shorty);
716 curMethod->name, curMethod->shorty);
766 // methodToCall->name, methodToCall->shorty);
836 methodToCall->shorty);
908 curMethod->name, curMethod->shorty);
924 methodToCall->name, methodToCall->shorty);
956 curMethod->shorty);
/dalvik/libdex/
H A DDexProto.cpp227 const char* shorty = dexProtoGetShorty(pProto); local
231 shorty++;
234 switch (*(shorty++)) {
H A DDexSwapVerify.cpp625 /* Helper for crossVerifyProtoIdItem(), which checks a shorty character
628 static bool shortyDescMatch(char shorty, const char* descriptor, bool argument
630 switch (shorty) {
646 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) {
648 shorty, descriptor);
656 shorty, descriptor);
662 ALOGE("Bogus shorty: '%c'", shorty);
673 const char* shorty = local
681 if (!shortyDescMatch(*shorty,
[all...]
/dalvik/vm/analysis/
H A DVfyBasicBlock.cpp232 meth->clazz->descriptor, meth->name, meth->shorty);
249 vdata->method->name, vdata->method->shorty);
313 meth->clazz->descriptor, meth->name, meth->shorty);
H A DLiveness.cpp72 meth->clazz->descriptor, meth->name, meth->shorty);
/dalvik/vm/reflect/
H A DProxy.cpp737 * The constructor signatures (->prototype and ->shorty) need to
748 meth->shorty =
749 gDvm.methJavaLangReflectProxy_constructorPrototype->shorty;
770 dstMeth->shorty = srcMeth->shorty;
792 const char* desc = &method->shorty[1]; // [0] is the return type.
H A DAnnotation.cpp2197 /* method->shorty[0] is the return type */
2198 return strlen(method->shorty + 1);
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp1734 curMethod->shorty);
1767 curMethod->name, curMethod->shorty);
1907 curMethod->name, curMethod->shorty);
1957 // methodToCall->name, methodToCall->shorty);
2027 methodToCall->shorty);
2099 curMethod->name, curMethod->shorty);
2115 methodToCall->name, methodToCall->shorty);
2147 curMethod->shorty);
H A DInterpC-x86.cpp1810 curMethod->shorty);
1843 curMethod->name, curMethod->shorty);
1983 curMethod->name, curMethod->shorty);
2033 // methodToCall->name, methodToCall->shorty);
2103 methodToCall->shorty);
2175 curMethod->name, curMethod->shorty);
2191 methodToCall->name, methodToCall->shorty);
2223 curMethod->shorty);
H A DInterpC-allstubs.cpp3629 curMethod->shorty);
3662 curMethod->name, curMethod->shorty);
3802 curMethod->name, curMethod->shorty);
3852 // methodToCall->name, methodToCall->shorty);
3922 methodToCall->shorty);
3994 curMethod->name, curMethod->shorty);
4010 methodToCall->name, methodToCall->shorty);
4042 curMethod->shorty);
H A DInterpC-portable.cpp3577 curMethod->shorty);
3610 curMethod->name, curMethod->shorty);
3750 curMethod->name, curMethod->shorty);
3800 // methodToCall->name, methodToCall->shorty);
3870 methodToCall->shorty);
3942 curMethod->name, curMethod->shorty);
3958 methodToCall->name, methodToCall->shorty);
3990 curMethod->shorty);
/dalvik/vm/oo/
H A DObject.h526 const char* shorty; member in struct:Method
558 * bridge avoid scanning the shorty for direct pointers that need to be
H A DClass.cpp2162 meth->shorty = dexProtoGetShorty(&meth->prototype);
2289 /* The first shorty character is the return type. */
/dalvik/vm/interp/
H A DStack.cpp445 const char* desc = &(method->shorty[1]); // [0] is the return type.
485 case 'L': { /* 'shorty' descr uses L for all refs, incl array */
551 const char* desc = &(method->shorty[1]); // [0] is the return type.
1019 method->clazz->descriptor, method->name, method->shorty);
H A DInterp.cpp1711 strcmp(method->shorty, sg) == 0)
/dalvik/vm/
H A DJni.cpp811 const char* cp = method->shorty;
892 const char* desc = &method->shorty[1];
923 char returnType = method->shorty[0];
1086 if (method->shorty[0] == 'L' && !dvmCheckException(self) && pResult->l != NULL) {
1102 // method->clazz->descriptor, method->name, method->shorty);
1121 const char* shorty = &method->shorty[1]; /* skip return type */ local
1122 while (*shorty != '\0') {
1123 switch (*shorty++) {
1158 method->jniArgInfo, method->insSize, modArgs, method->shorty,
[all...]
H A DNative.cpp533 meth->clazz->descriptor, meth->name, meth->shorty);
H A DCheckJni.cpp136 return (method->shorty[0] == 'L' && !dvmCheckException(self) && pResult->l != NULL);
388 if (*expectedType != method->shorty[0]) {
/dalvik/vm/alloc/
H A DCopying.cpp1742 const char *shorty;
1784 shorty = method->shorty+1; // skip return value
1786 switch (*shorty++) {

Completed in 3231 milliseconds