Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java234 final String matchedSymbol = getMatchingSymbol(symbols, parsedSymbol); in getMetrics()
259 private static String getMatchingSymbol(Map<String, String> symbols, String parsedSymbol) { in getMatchingSymbol() method in SimpleperfHelper