Searched refs:dexProtoComputeArgsSize (Results 1 – 4 of 4) sorted by relevance
162 int dexProtoComputeArgsSize(const DexProto* pProto);
166 assert(pCode->insSize == (dexProtoComputeArgsSize(&proto) + 1)); in dexDecodeDebugInfo0()173 assert(pCode->insSize == dexProtoComputeArgsSize(&proto)); in dexDecodeDebugInfo0()
226 int dexProtoComputeArgsSize(const DexProto* pProto) { in dexProtoComputeArgsSize() function
208 return dexProtoComputeArgsSize(&method->prototype); in dvmComputeMethodArgsSize()