Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java198 String opcodeName = classOnlyName.substring(5); in parseTestClassName() local
201 String[] patterns = new String[] { "new\\s(T_" + opcodeName + "\\w*)", in parseTestClassName()
202 "(T_" + opcodeName + "\\w*)", "new\\s(T\\w*)" }; in parseTestClassName()