Home
last modified time | relevance | path

Searched refs:getNumberOfMethods (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/dex/
DVirtualFile.java174 return isFull(transaction.getNumberOfMethods(), transaction.getNumberOfFields(), MAX_ENTRIES); in isFull()
179 transaction.getNumberOfMethods(), in isFilledEnough()
506 public int getNumberOfMethods() { in getNumberOfMethods() method in VirtualFile.VirtualFileIndexedItemCollection
611 int getNumberOfMethods() { in getNumberOfMethods() method in VirtualFile.IndexedItemTransaction
612 return methods.size() + base.getNumberOfMethods(); in getNumberOfMethods()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp259 …Func_GetNumberOfMethods getNumberOfMethods = (Func_GetNumberOfMethods)lib.Lib.GetProc("GetNumberOf… in LoadCodecs() local
260 if (getNumberOfMethods) in LoadCodecs()
262 RINOK(getNumberOfMethods(&numMethods)); in LoadCodecs()