Home
last modified time | relevance | path

Searched refs:NEW_OR_EXISTING_JIT (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DFactoryProxy.java49 targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
DBoundProviderFactory.java48 providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); in notify()
DProvidedByInternalFactory.java55 injector.getBindingOrThrow(providerKey, errors, JitLimitation.NEW_OR_EXISTING_JIT); in initialize()
DInjectorImpl.java110 NEW_OR_EXISTING_JIT, enumConstant
825 if (jitType == JitLimitation.NEW_OR_EXISTING_JIT
910 if (!isTypeLiteral(key) && jitDisabled && jitType != JitLimitation.NEW_OR_EXISTING_JIT) {