Home
last modified time | relevance | path

Searched refs:JitLimitation (Results 1 – 5 of 5) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java104 enum JitLimitation { enum in InjectorImpl
162 BindingImpl<T> result = getBindingOrThrow(key, errors, JitLimitation.EXISTING_JIT); in getBinding()
213 <T> BindingImpl<T> getBindingOrThrow(Key<T> key, Errors errors, JitLimitation jitType) in getBindingOrThrow()
250 private <T> BindingImpl<T> getJustInTimeBinding(Key<T> key, Errors errors, JitLimitation jitType) in getJustInTimeBinding()
264 && jitType == JitLimitation.NO_JIT in getJustInTimeBinding()
358 BindingImpl<T> delegate = getBindingOrThrow(providedKey, errors, JitLimitation.NO_JIT); in createProviderBinding()
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);
873 Key<T> key, Errors errors, boolean jitDisabled, JitLimitation jitType)
[all …]
DSingleFieldInjector.java19 import com.google.inject.internal.InjectorImpl.JitLimitation;
39 binding = injector.getBindingOrThrow(dependency.getKey(), errors, JitLimitation.NO_JIT); in SingleFieldInjector()
DFactoryProxy.java21 import com.google.inject.internal.InjectorImpl.JitLimitation;
49 targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
DBoundProviderFactory.java20 import com.google.inject.internal.InjectorImpl.JitLimitation;
48 providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
DProvidedByInternalFactory.java21 import com.google.inject.internal.InjectorImpl.JitLimitation;
55 injector.getBindingOrThrow(providerKey, errors, JitLimitation.NEW_OR_EXISTING_JIT); in initialize()