Searched refs:shorty (Results 1 – 2 of 2) sorted by relevance
227 const char* shorty = dexProtoGetShorty(pProto); in dexProtoComputeArgsSize() local231 shorty++; in dexProtoComputeArgsSize()234 switch (*(shorty++)) { in dexProtoComputeArgsSize()
612 static bool shortyDescMatch(char shorty, const char* descriptor, bool in shortyDescMatch() argument614 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() local665 if (!shortyDescMatch(*shorty, in crossVerifyProtoIdItem()676 shorty++; // Skip the return type. in crossVerifyProtoIdItem()685 if (*shorty == '\0') { in crossVerifyProtoIdItem()[all …]