Searched refs:dexProtoGetParameterCount (Results 1 – 4 of 4) sorted by relevance
154 size_t dexProtoGetParameterCount(const DexProto* pProto);
218 size_t dexProtoGetParameterCount(const DexProto* pProto) { in dexProtoGetParameterCount() function
224 if (dexProtoGetParameterCount(proto) != argCount) { in compareMethodHelper()
796 size_t argCount = dexProtoGetParameterCount(&method->prototype); in boxMethodArgs()