Home
last modified time | relevance | path

Searched defs:jitDisabled (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInjectorOptionsProcessor.java37 private boolean jitDisabled = false; field in InjectorOptionsProcessor
DInjectorImpl.java73 final boolean jitDisabled; field in InjectorImpl.InjectorOptions
80 boolean jitDisabled, in InjectorOptions()
DInternalProvisionException.java123 public static InternalProvisionException jitDisabled(Key<?> key) { in jitDisabled() method in InternalProvisionException
DErrors.java241 public Errors jitDisabled(Key<?> key) { in jitDisabled() method in Errors