Searched defs:expressions (Results 1 - 15 of 15) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DExpressionList.java40 private final List<Expression> expressions; field in class:ExpressionList
49 public ExpressionList(final long token, final int finish, final List<Expression> expressions) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTemplateLiteralTreeImpl.java34 private final List<? extends ExpressionTree> expressions; field in class:TemplateLiteralTreeImpl
36 TemplateLiteralTreeImpl(final Expression node, final List<? extends ExpressionTree> expressions) { argument
/openjdk10/jdk/make/src/classes/build/tools/generatebreakiteratordata/
H A DDictionaryBasedBreakIteratorBuilder.java98 protected void mungeExpressionList(Hashtable<String, Object> expressions) { argument
H A DRuleBasedBreakIteratorBuilder.java119 protected Hashtable<String, Object> expressions = null; field in class:RuleBasedBreakIteratorBuilder
785 mungeExpressionList(Hashtable<String, Object> expressions) argument
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A DscopeDesc.cpp136 GrowableArray<ScopeValue*>* ScopeDesc::expressions() { function in class:ScopeDesc
H A DdebugInfoRec.cpp282 describe_scope(int pc_offset, const methodHandle& methodH, ciMethod* method, int bci, bool reexecute, bool rethrow_exception, bool is_method_handle_invoke, bool return_oop, DebugToken* locals, DebugToken* expressions, DebugToken* monitors) argument
/openjdk10/hotspot/src/share/vm/prims/
H A Dstackwalk.cpp287 StackValueCollection* expressions = _jvf->expressions(); local
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp166 StackValueCollection* compiledVFrame::expressions() const { function in class:compiledVFrame
H A DvframeArray.hpp82 StackValueCollection* expressions(void) const { return _expressions; } function in class:vframeArrayElement
H A Dvframe.cpp381 StackValueCollection* interpretedVFrame::expressions() const { function in class:interpretedVFrame
[all...]
H A Ddeoptimization.cpp293 GrowableArray<ScopeValue*>* expressions = trap_scope->expressions(); local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp228 GrowableArray<ScopeValue*>* expressions() { return _expressions; } function in class:IRScopeDebugInfo
211 IRScopeDebugInfo(IRScope* scope, int bci, GrowableArray<ScopeValue*>* locals, GrowableArray<ScopeValue*>* expressions, GrowableArray<MonitorValue*>* monitors, IRScopeDebugInfo* caller) argument
H A Dc1_LinearScan.cpp2892 GrowableArray<ScopeValue*>* expressions = NULL; local
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1387 protected String genHTMLForExpressions(ScopeDesc sd, List expressions) { argument
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp1056 GrowableArray<ScopeValue*>* expressions = expression_count > 0 ? new GrowableArray<ScopeValue*> (expression_count) : NULL; local

Completed in 209 milliseconds