HomeSort by relevance Sort by last modified time
    Searched refs:dexProtoComputeArgsSize (Results 1 - 4 of 4) sorted by null

  /dalvik/libdex/
DexProto.h 162 int dexProtoComputeArgsSize(const DexProto* pProto);
DexDebugInfo.cpp 166 assert(pCode->insSize == (dexProtoComputeArgsSize(&proto) + 1));
173 assert(pCode->insSize == dexProtoComputeArgsSize(&proto));
DexProto.cpp 226 int dexProtoComputeArgsSize(const DexProto* pProto) {
  /dalvik/vm/oo/
Class.h 208 return dexProtoComputeArgsSize(&method->prototype);

Completed in 410 milliseconds