Searched defs:scope (Results 101 - 125 of 132) sorted by relevance

123456

/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp212 static void set_mutex_scope(int scope) { _mutex_scope = scope; } argument
228 static void set_cond_scope(int scope) { _cond_scope = scope; } argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp211 IRScopeDebugInfo(IRScope* scope, argument
225 IRScope* scope() { return _scope; } function in class:IRScopeDebugInfo
277 IRScope* scope() const { return _scope; } function in class:CodeEmitInfo
[all...]
H A Dc1_Optimizer.cpp778 IRScope* scope = stack->scope(); local
[all...]
H A Dc1_GraphBuilder.cpp61 IRScope* scope() const { return _scope; } function in class:VALUE_OBJ_CLASS_SPEC
98 BlockListBuilder::BlockListBuilder(Compilation* compilation, IRScope* scope, int osr_bci) argument
757 set_scope(IRScope* scope) argument
3183 GraphBuilder(Compilation* compilation, IRScope* scope) argument
4115 push_root_scope(IRScope* scope, BlockList* bci2block, BlockBegin* start) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java343 public QName getQName(String scope, String name) { argument
347 public QName getQName(QName scope, QName name) { argument
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DNetworkInterface.c725 int scope=0; local
1188 int prefix, scope, dad_status, if_idx; local
[all...]
H A Dnet_util_md.c603 int plen, scope, dad_status, if_idx; local
1115 int plen, scope, dad_status, if_idx; local
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java693 public ParsedPattern makeExternalRef(Parseable current, String uri, String ns, Scope scope, argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptFunction.java174 private final ScriptObject scope; field in class:ScriptFunction
196 ScriptFunction( final ScriptFunctionData data, final PropertyMap map, final ScriptObject scope, final Global global) argument
234 ScriptFunction( final String name, final MethodHandle methodHandle, final PropertyMap map, final ScriptObject scope, final Specialization[] specs, final int flags, final Global global) argument
255 ScriptFunction( final String name, final MethodHandle methodHandle, final ScriptObject scope, final Specialization[] specs, final int flags) argument
302 create(final Object[] constants, final int index, final ScriptObject scope) argument
[all...]
H A DContext.java749 compileScript(final Source source, final ScriptObject scope) argument
901 load(final Object scope, final Object from) argument
1429 evaluateSource(final Source source, final ScriptObject scope, final ScriptObject thiz) argument
1441 getProgramFunction(final Class<?> script, final ScriptObject scope) argument
1456 invokeCreateProgramFunctionHandle(final MethodHandle createProgramFunctionHandle, final ScriptObject scope) argument
1466 compileScript(final Source source, final ScriptObject scope, final ErrorManager errMan) argument
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DdefaultMethods.cpp708 PseudoScope* scope = PseudoScope::cast(current_data()); local
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DDebugContext.java558 public DebugContext.Scope scope(Objec method in class:DebugContext
572 public DebugContext.Scope scope(Object name) { method in class:DebugContext
645 public DebugContext.Scope scope(Object name, Object context) throws Throwable { method in class:DebugContext
660 public DebugContext.Scope scope(Object name, Object context1, Object context2) throws Throwable { method in class:DebugContext
677 public DebugContext.Scope scope(Object name, Object context1, Object context2, Object context3) throws Throwable { method in class:DebugContext
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgenCollectedHeap.cpp571 void GenCollectedHeap::process_roots(StrongRootsScope* scope, argument
642 void GenCollectedHeap::process_string_table_roots(StrongRootsScope* scope, argument
654 void GenCollectedHeap::young_process_roots(StrongRootsScope* scope, argument
677 void GenCollectedHeap::cms_process_roots(StrongRootsScope* scope, argument
702 full_process_roots(StrongRootsScope* scope, bool is_adjust_phase, ScanningOption so, bool only_strong_roots, OopsInGenClosure* root_closure, CLDClosure* cld_closure) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1261 BuiltinAttrDecl(String name, String tns, XSSimpleType type, short scope) argument
1269 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java1789 protected void putElementNameMapping(QName name, int scope, argument
/openjdk10/jdk/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_PCM.cpp827 AudioUnitScope scope = isSource ? kAudioUnitScope_Input : kAudioUnitScope_Output; local
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java246 Scope scope; field in class:SchemaParser.State
754 RootState(IncludedGrammar grammar, Scope scope, String ns) { argument
1754 SchemaParser(SAXParseable parseable, XMLReader xr, ErrorHandler eh, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope, String inheritedNs) argument
[all...]
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java3445 public void addNamingListener(Name nm, int scope, NamingListener l) argument
3450 addNamingListener(String nm, int scope, NamingListener l) argument
[all...]
H A DLdapClient.java524 LdapResult search(String dn, int scope, int deref, int sizeLimit, argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DHtmlDocletWriter.java945 public Content getSummaryTableHeader(List<String> header, String scope) { argument
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java851 private Iterable<? extends Element> scopeContent(AnalyzeTask at, Scope scope, Functio argument
878 localElements(Scope scope) argument
1049 addScopeElements(AnalyzeTask at, Scope scope, Function<Element, Iterable<? extends Element>> elementConvertor, Predicate<Element> filter, Predicate<Element> smartFilter, List<Suggestion> result) argument
1535 isAccessible(AnalyzeTask at, Scope scope, String fqn) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java1473 private MethodSymbol findMethod(NameAndType nt, Scope scope, long flags) { argument
/openjdk10/langtools/test/tools/javac/lib/
H A DDPrinter.java352 public void printScope(String label, Scope scope) { argument
356 public void printScope(String label, Scope scope, Details details) { argument
388 void printFullScopeImpl(Scope scope) { argument
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1997 int scope = 0; local
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java157 ParsedPattern parse(Scope scope) throws IllegalSchemaException { argument
462 final public ParsedPattern Input(Scope scope) throws ParseException { argument
766 final public ParsedPattern TopLevelGrammar(Scope scope) throws ParseException { argument
909 final public ParsedPattern AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except) throws ParseException { argument
937 final public ParsedPattern PrimaryExpr(boolean topLevel, Scope scope, Annotation argument
1015 Expr(boolean topLevel, Scope scope, Token t, Annotations a) argument
1099 UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except) argument
1154 ElementExpr(Scope scope, Annotations a) argument
1168 AttributeExpr(Scope scope, Annotations a) argument
1494 ListExpr(Scope scope, Annotations a) argument
1506 MixedExpr(Scope scope, Annotations a) argument
1518 GrammarExpr(Scope scope, Annotations a) argument
1531 ParenExpr(boolean topLevel, Scope scope, Annotations a) argument
1542 GrammarBody(GrammarSection section, Scope scope, Annotations a) argument
1577 GrammarComponent(GrammarSection section, Scope scope) argument
1610 Definition(GrammarSection section, Scope scope, Annotations a) argument
1626 Start(GrammarSection section, Scope scope, Annotations a) argument
1636 Define(GrammarSection section, Scope scope, Annotations a) argument
1668 Include(GrammarSection section, Scope scope, Annotations a) argument
1693 IncludeBody(GrammarSection section, Scope scope, Annotations a) argument
1727 IncludeComponent(GrammarSection section, Scope scope) argument
1757 Div(GrammarSection section, Scope scope, Annotations a) argument
1768 IncludeDiv(GrammarSection section, Scope scope, Annotations a) argument
1779 ExternalRefExpr(Scope scope, Annotations a) argument
1813 ParentExpr(Scope scope, Annotations a) argument
1827 IdentifierExpr(Scope scope, Annotations a) argument
1850 DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) argument
2085 Except(Scope scope, Token[] except) argument
[all...]

Completed in 335 milliseconds

123456