Searched refs:fileCount (Results 1 – 2 of 2) sorted by relevance
210 int fileCount = args.length - idx; in parseArgs() local211 if (fileCount == 0) { in parseArgs()215 mInputFileNames = new String[fileCount]; in parseArgs()216 System.arraycopy(args, idx, mInputFileNames, 0, fileCount); in parseArgs()
327 int classCount, methodCount, fileCount; /* debug stats */ in populateStringTables() local329 classCount = methodCount = fileCount = 0; in populateStringTables()348 fileCount++; in populateStringTables()357 dvmPointerSetGetCount(fileNames), fileCount); in populateStringTables()