Searched defs:CodeInstaller (Results 1 - 2 of 2) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeInstaller.java43 public interface CodeInstaller { interface
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp113 class CodeInstaller : public StackObj { class in inherits:StackObj
203 CodeInstaller(bool immutable_pic_compilation) : _arena(mtCompiler), _immutable_pic_compilation(immutable_pic_compilation) {} function in class:CodeInstaller

Completed in 44 milliseconds