Searched defs:_scope (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp64 ScopeDesc* scope() const { return _scope; }
70 ScopeDesc* _scope; member in class:compiledVFrame
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DSchemaBuilderHost.java219 String ns, Scope _scope, Location _loc, Annotations _anno)
222 ScopeHost scope = (ScopeHost) _scope;
218 makeExternalRef(Parseable current, String uri, String ns, Scope _scope, Location _loc, Annotations _anno) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp43 IRScope* _scope; // the enclosing scope member in class:ValueStack
86 IRScope* scope() const { return _scope; }
H A Dc1_GraphBuilder.hpp50 IRScope* _scope; member in class:VALUE_OBJ_CLASS_SPEC::ScopeData
114 IRScope* scope() const { return _scope; }
H A Dc1_IR.hpp200 IRScope* _scope; member in class:IRScopeDebugInfo
214 _scope(scope)
222 IRScope* scope() { return _scope; }
252 IRScope* _scope; member in class:CodeEmitInfo
271 ciMethod* method() const { return _scope->method(); }
272 IRScope* scope() const { return _scope; }
H A Dc1_GraphBuilder.cpp44 IRScope* _scope; member in class:VALUE_OBJ_CLASS_SPEC
58 IRScope* scope() const { return _scope; }
97 , _scope(scope)
667 , _scope(NULL)
749 _scope = scope;

Completed in 74 milliseconds