Searched refs:smapsLines (Results 1 – 1 of 1) sorted by relevance
45 private static boolean checkSmapsEntry(String[] smapsLines, int offset) { in checkSmapsEntry() argument46 String nameDescription = smapsLines[offset]; in checkSmapsEntry()58 for (int i = offset; i < smapsLines.length; ++i) { in checkSmapsEntry()59 String line = smapsLines[i]; in checkSmapsEntry()110 String[] smapsLines = smaps.split("\n"); in testDexMemoryMaps() local112 for (int i = 0; i < smapsLines.length; ++i) { in testDexMemoryMaps()113 if (smapsLines[i].contains(CLASS_PATH)) { in testDexMemoryMaps()114 if (checkSmapsEntry(smapsLines, i)) { in testDexMemoryMaps()