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

/dalvik/libdex/
H A DDexDebugInfo.cpp33 * there are no more args. Advances "pSig" to point to the character
36 static char decodeSignature(const char** pSig) argument
38 const char* sig = *pSig;
47 *pSig = sig+1;
58 *pSig = sig+1;
64 *pSig = sig+1;
/dalvik/vm/analysis/
H A DCodeVerify.cpp697 * Advances "*pSig" to the last character in the signature (that is, to
702 static ClassObject* lookupSignatureClass(const Method* meth, const char** pSig, argument
705 const char* sig = *pSig;
724 *pSig = endp - 1; /* - 1 so that *pSig points at, not past, the ';' */
733 * Advances "*pSig" to the last character in the signature.
738 const char** pSig, VerifyError* pFailure)
740 const char* sig = *pSig;
764 *pSig = endp;
737 lookupSignatureArrayClass(const Method* meth, const char** pSig, VerifyError* pFailure) argument

Completed in 14 milliseconds