Home
last modified time | relevance | path

Searched refs:getCustomClassLoadingOption (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DBytecodeGen.java19 import static com.google.inject.internal.InternalFlags.getCustomClassLoadingOption;
130 if (getCustomClassLoadingOption() == CustomClassLoadingOption.OFF) {
164 if (getCustomClassLoadingOption() == CustomClassLoadingOption.OFF) { in getClassLoader()
DInternalFlags.java75 public static CustomClassLoadingOption getCustomClassLoadingOption() { in getCustomClassLoadingOption() method in InternalFlags