Home
last modified time | relevance | path

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

/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes43 …}" && java -cp "${ASM_CLASSPATH}:${BUILD_PATH}" art.constmethodhandle.TestGenerator "${BUILD_PATH}…
Dinfo.txt2 contents of src/. Then it uses TestGenerator to add additional functions to the
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java37 public class TestGenerator { class
46 Path initTestInvoke = base.resolve(TestGenerator.class.getPackage().getName().replace('.', '/')) in main()