Searched refs:jitType (Results 1 – 1 of 1) sorted by relevance
/external/guice/core/src/com/google/inject/internal/ |
D | InjectorImpl.java | 213 <T> BindingImpl<T> getBindingOrThrow(Key<T> key, Errors errors, JitLimitation jitType) in getBindingOrThrow() argument 222 return getJustInTimeBinding(key, errors, jitType); in getBindingOrThrow() 250 private <T> BindingImpl<T> getJustInTimeBinding(Key<T> key, Errors errors, JitLimitation jitType) in getJustInTimeBinding() argument 264 && jitType == JitLimitation.NO_JIT in getJustInTimeBinding() 291 return createJustInTimeBindingRecursive(key, errors, options.jitDisabled, jitType); in getJustInTimeBinding() 821 Key<T> key, Errors errors, boolean jitDisabled, JitLimitation jitType) 825 if (jitType == JitLimitation.NEW_OR_EXISTING_JIT 837 parent.options.jitDisabled ? JitLimitation.NO_JIT : jitType); 852 BindingImpl<T> binding = createJustInTimeBinding(key, errors, jitDisabled, jitType); 873 Key<T> key, Errors errors, boolean jitDisabled, JitLimitation jitType) [all …]
|