Searched refs:initLogger (Results 1 - 20 of 20) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/logging/
H A DLoggable.java49 public DebugLogger initLogger(final Context context); method in interface:Loggable
/openjdk10/jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/
H A DCramMD5Base.java50 initLogger();
218 private static synchronized void initLogger() { method in class:CramMD5Base
227 protected static Logger logger; // set in initLogger(); lazily loads logger
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeStore.java63 public DebugLogger initLogger(final Context context) { method in class:CodeStore
82 store.initLogger(context);
H A DTiming.java112 log = initLogger(context);
142 public DebugLogger initLogger(final Context context) { method in class:Timing
H A DSource.java986 public DebugLogger initLogger(final Context context) { method in class:Source
992 return initLogger(Context.getContextTrusted());
H A DGlobalConstants.java126 public DebugLogger initLogger(final Context context) { method in class:GlobalConstants
H A DRecompilableScriptFunctionData.java216 public DebugLogger initLogger(final Context ctxt) { method in class:RecompilableScriptFunctionData
1066 log = initLogger(Context.getContextTrusted());
H A DContext.java1589 this.log = initLogger(context);
1622 public DebugLogger initLogger(final Context context) { method in class:Context.ClassCache
1658 ((Loggable)MethodHandleFactory.getFunctionality()).initLogger(this);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DApplySpecialization.java108 this.log = initLogger(compiler.getContext());
117 public DebugLogger initLogger(final Context context) { method in class:ApplySpecialization
H A DFindScopeDepths.java70 this.log = initLogger(compiler.getContext());
79 public DebugLogger initLogger(final Context context) { method in class:FindScopeDepths
H A DSplitter.java84 this.log = initLogger(compiler.getContext());
88 public DebugLogger initLogger(final Context context) { method in class:Splitter
H A DFoldConstants.java66 this.log = initLogger(compiler.getContext());
75 public DebugLogger initLogger(final Context context) { method in class:FoldConstants
H A DLower.java154 this.log = initLogger(compiler.getContext());
165 public DebugLogger initLogger(final Context context) { method in class:Lower
H A DObjectClassGenerator.java129 this.log = initLogger(context);
144 public DebugLogger initLogger(final Context ctxt) { method in class:ObjectClassGenerator
H A DAssignSymbols.java153 this.log = initLogger(compiler.getContext());
164 public DebugLogger initLogger(final Context context) { method in class:AssignSymbols
H A DCompiler.java449 this.log = initLogger(context);
545 public DebugLogger initLogger(final Context ctxt) { method in class:Compiler
H A DCodeGenerator.java274 this.log = initLogger(compiler.getContext());
283 public DebugLogger initLogger(final Context context) { method in class:CodeGenerator
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DMethodHandleFactory.java331 public DebugLogger initLogger(final Context context) { method in class:MethodHandleFactory.StandardMethodHandleFunctionality
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java251 public DebugLogger initLogger(final Context context) { method in class:Parser
/openjdk10/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 321 milliseconds