Searched refs:functionName (Results 1 – 1 of 1) sorted by relevance
32 public String[] getChecks(String functionName) { in getChecks() argument33 String[] checks = map.get(functionName); in getChecks()35 (functionName.endsWith("fv") || in getChecks()36 functionName.endsWith("xv") || in getChecks()37 functionName.endsWith("iv"))) { in getChecks()38 functionName = functionName.substring(0, functionName.length() - 2); in getChecks()39 checks = map.get(functionName); in getChecks()