Searched refs:methodInfo (Results 1 – 2 of 2) sorted by relevance
68 String[] methodInfo = line.split("\t", 2); in CheckTraceFileFormat() local69 methodIdMap.put(Integer.decode(methodInfo[0]), methodInfo[1].replace('\t', ' ')); in CheckTraceFileFormat()
124 String methodInfo = readString(headerLength); in ProcessMethodInfoEntry() local125 String[] tokens = methodInfo.split("\t", 2); in ProcessMethodInfoEntry()