Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCompilerTest.java28 assertNull("Incorrect behavior.", Compiler.command(new Object())); in test_commandLjava_lang_Object()
37 Compiler.compileClass(Compiler.class); in test_compileClassLjava_lang_Class()
46 Compiler.compileClasses("Compiler"); in test_compileClassesLjava_lang_String()
53 Compiler.disable(); in test_disable()
54 Compiler.compileClass(Compiler.class); in test_disable()
61 Compiler.disable(); in test_enable()
62 Compiler.enable(); in test_enable()
63 Compiler.compileClass(Compiler.class); in test_enable()
/libcore/luni/src/main/java/java/lang/
DCompiler.java23 public final class Compiler { class
27 private Compiler() { in Compiler() method in Compiler