Searched refs:pSig (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.c745 * there are no more args. Advances "pSig" to point to the character
748 static char decodeSignature(const char** pSig) argument
750 const char* sig = *pSig;
759 *pSig = sig+1;
770 *pSig = sig+1;
776 *pSig = sig+1;
/dalvik/vm/analysis/
H A DCodeVerify.c639 * Advances "*pSig" to the last character in the signature (that is, to
644 static ClassObject* lookupSignatureClass(const Method* meth, const char** pSig, argument
647 const char* sig = *pSig;
666 *pSig = endp - 1; /* - 1 so that *pSig points at, not past, the ';' */
675 * Advances "*pSig" to the last character in the signature.
680 const char** pSig, VerifyError* pFailure)
682 const char* sig = *pSig;
706 *pSig = endp;
679 lookupSignatureArrayClass(const Method* meth, const char** pSig, VerifyError* pFailure) argument

Completed in 16 milliseconds