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.cpp602 static bool shortyDescMatch(char shorty, const char* descriptor, bool in shortyDescMatch() argument
604 switch (shorty) { in shortyDescMatch()
620 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) { in shortyDescMatch()
622 shorty, descriptor); in shortyDescMatch()
630 shorty, descriptor); in shortyDescMatch()
636 ALOGE("Bogus shorty: '%c'", shorty); in shortyDescMatch()
647 const char* shorty = in crossVerifyProtoIdItem() local
655 if (!shortyDescMatch(*shorty, in crossVerifyProtoIdItem()
666 shorty++; // Skip the return type. in crossVerifyProtoIdItem()
675 if (*shorty == '\0') { in crossVerifyProtoIdItem()
[all …]