Home
last modified time | relevance | path

Searched refs:shorty (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DDexProto.cpp227 const char* shorty = dexProtoGetShorty(pProto); in dexProtoComputeArgsSize() local
231 shorty++; in dexProtoComputeArgsSize()
234 switch (*(shorty++)) { in dexProtoComputeArgsSize()
DDexSwapVerify.cpp612 static bool shortyDescMatch(char shorty, const char* descriptor, bool in shortyDescMatch() argument
614 switch (shorty) { in shortyDescMatch()
630 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) { in shortyDescMatch()
632 shorty, descriptor); in shortyDescMatch()
640 shorty, descriptor); in shortyDescMatch()
646 ALOGE("Bogus shorty: '%c'", shorty); in shortyDescMatch()
657 const char* shorty = in crossVerifyProtoIdItem() local
665 if (!shortyDescMatch(*shorty, in crossVerifyProtoIdItem()
676 shorty++; // Skip the return type. in crossVerifyProtoIdItem()
685 if (*shorty == '\0') { in crossVerifyProtoIdItem()
[all …]