Searched defs:here (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java67 private Attr here; field in class:DOMRetrievalMethod
125 // get here node
126 here = rmElem.getAttributeNodeNS(null, "URI");
198 // save here node
199 here = rmElem.getAttributeNodeNS(null, "URI");
203 return here;
H A DDOMReference.java97 private Attr here; field in class:DOMReference
251 this.here = refElem.getAttributeNodeNS(null, "URI");
331 here = refElem.getAttributeNodeNS(null, "URI");
525 return here;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp68 // heads chopped off on interrupt). We have to save some %g registers here
142 // to Oregs here to avoid interrupts cutting off their heads
656 // Before we get into the guts of the C2I adapter, see if we should be here
658 // interpreter, which means the caller made a static call to get here
661 // However we will run interpreted if we come thru here. The next pass
662 // thru the call site will run compiled. If we ran compiled here then
664 // deopt/uncommon trap cycles. If we always go interpreted here then
668 // Actually if we detected that we had an i2c->c2i transition here we
779 // We will only enter here from an interpreted frame and never from after
996 // the callee is deoptimized as we race thru here
2348 address here = __ pc(); local
[all...]

Completed in 37 milliseconds