Searched refs:_scope (Results 1 - 10 of 10) 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
H A Dvframe_hp.cpp243 _scope = NULL;
247 _scope = nm->scope_desc_at(_fr.pc());
253 _scope = scope;
254 guarantee(_scope != NULL, "scope must be present");
/openjdk7/hotspot/src/share/vm/c1/
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_ValueStack.cpp34 : _scope(scope)
47 : _scope(copy_from->scope())
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.cpp186 : _scope(stack->scope())
197 : _scope(info->_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;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java132 public void setScope( XSElementDecl _scope ) { this.scope=_scope; }
/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

Completed in 45 milliseconds