Searched refs:at (Results 126 - 150 of 391) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.inline.hpp58 inline HeapRegion* HeapRegionSeq::at(uint index) const { function in class:HeapRegionSeq
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DTokenMgrError.java125 return("Lexical error at line " +
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DTokenMgrError.java134 return("Lexical error at line " +
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp68 return _map.at(x->id());
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.hpp128 KlassHandle get_klass(int index) { return _klass_handle_array->at(index); }
132 // The spec is unclear at this point to count array klasses or not
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DTokenMgrError.java153 return("Lexical error at line " +
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DTokenMgrError.java123 return("Lexical error at line " +
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DEndPosParser.java40 * If you write code that depends on this, you do so at your own risk.
93 return toP(F.at(pos).Parens(t));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp79 // They are filled concurrently, and concatenated at the end.
209 void relocate(address at, RelocationHolder const& rspec, int format = 0);
210 void relocate(address at, relocInfo::relocType rtype, int format = 0) { argument
212 relocate(at, Relocation::spec_simple(rtype), format);
283 // Sections can grow (at the expense of a reallocation of the BufferBlob
385 // Expand the given section so at least 'amount' is remaining.
432 // present sections in order; return NULL at end; consts is #0, etc.
523 void relocate(address at, RelocationHolder const& rspec, int format = 0) { argument
524 _insts.relocate(at, rspec, format);
526 void relocate(address at, relocInf argument
[all...]
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java90 public void inject(int at, byte[] newCode) { argument
91 snippets.put(new Integer(at), newCode);
93 inject(at, newCode.length);
96 private void inject(int at, int len) { argument
98 traceln("Injecting " + len + " at " + at);
100 for (int i = at; i <= length; ++i) {
105 private void widen(int at, int len) { argument
106 int delta = len - widening[at];
109 traceln("Widening to " + len + " at "
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DRFC2253Parser.java10 * You may obtain a copy of the License at
181 String at = str.toUpperCase().trim();
183 if (at.startsWith("OID")) {
184 at = at.substring(3);
187 return at;
211 //the following char is defined at 4.Relationship with RFC1779 and LDAPv2 inrfc2253
472 //only for the end of a space character occurring at the end of the string from rfc2253
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java123 * @param at index at which the elements must be inserted. The
124 * first element will be inserted at this index.
132 public final void add(final int at,final long[] src, final int from, argument
135 if (at > size) throw new IndexOutOfBoundsException();
137 if (at < size) {
138 java.lang.System.arraycopy(list,at,list,at+count,size-at);
140 java.lang.System.arraycopy(src,from,list,at,coun
310 add(final int at,final long[] src, final int from, final int count) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp130 MonitorInfo* mon_info = monitors->at(i);
213 MonitorInfo* mon_info = cached_monitor_info->at(i);
234 // object at it
323 assert(SafepointSynchronize::is_at_safepoint(), "must be done at safepoint");
360 MonitorInfo* mon_info = cached_monitor_info->at(i);
392 MonitorInfo* mon_info = cached_monitor_info->at(i);
473 markOop mark = (_objs->at(i))()->mark();
528 assert(!SafepointSynchronize::is_at_safepoint(), "must not be called while at safepoint");
554 // heuristics at this point so simply update the header with a
632 assert(!SafepointSynchronize::is_at_safepoint(), "must not be called while at safepoin
[all...]
H A DvframeArray.cpp82 MonitorInfo* monitor = list->at(index);
85 BasicObjectLock* dest = _monitors->at(index);
109 StackValue* value = locs->at(index);
134 StackValue* value = exprs->at(index);
167 // Look at bci and decide on bcp and continuation pc
191 // For Compiler2, there should be no pending exception when deoptimizing at monitorenter
192 // because there is no safepoint at the null pointer check (it is either handled explicitly
198 // For Compiler1, deoptimization can occur while throwing a NullPointerException at monitorenter,
295 BasicObjectLock* src = _monitors->at(index);
320 StackValue *value = expressions()->at(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java10 * You may obtain a copy of the License at
197 //Did version change at any point when the document was created ?
374 * Since a Document may contain at most one top-level Element child,
375 * and at most one DocumentType declaraction, we need to subclass our
554 * _not_ established at the factory; remember to set it!
702 * HTML, where it is legal to have more than one Element at the top
795 * at the time of the parsing. This is <code>null</code> when
1061 AttrImpl at = (AttrImpl) n;
1064 Element el = at.getOwnerElement();
1066 el.removeAttributeNode(at);
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp602 if( uses_found > 1 ) { // (--i) done at the end of the loop.
714 const Type* at = _adr_type; local
715 return TypeNode::hash() + (at ? at->hash() : 0);
721 const TypePtr* flatten_phi_adr_type(const TypePtr* at) { argument
722 if (at == NULL || at == TypePtr::BOTTOM) return at;
723 return Compile::current()->alias_type(at)->adr_type();
728 PhiNode* PhiNode::make(Node* r, Node* x, const Type *t, const TypePtr* at) { argument
741 const TypePtr* at = NULL; local
747 const TypePtr* at = NULL; local
768 split_out_instance(const TypePtr* at, PhaseIterGVN *igvn) const argument
1816 const TypePtr* at = adr_type(); local
1921 const TypePtr* at = adr_type(); local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp105 _cache[i] = _elements->at(i)->getCacheValue();
161 GrowableElement* GrowableCache::at(int index) { function in class:GrowableCache
162 GrowableElement *e = (GrowableElement *) _elements->at(index);
185 GrowableElement *e1 = _elements->at(i);
186 GrowableElement *e2 = _elements->at(i+1);
196 // remove the element at index
198 GrowableElement *e = _elements->at(index);
210 delete _elements->at(i);
219 GrowableElement *e = _elements->at(i);
227 _cache[i] = _elements->at(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCurrentNodeListIterator.java10 * You may obtain a copy of the License at
73 * The current node in the stylesheet at the time of evaluation.
144 final int node = _nodes.at(index++); // note increment
192 int nodeIndex = _nodes.at(index++); // note increment
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeInvoke.java36 public static BytecodeInvoke at(Method method, int bci) { method in class:BytecodeInvoke
44 /** Like at, but returns null if the BCI is not at an invoke */
50 public static BytecodeInvoke at(BytecodeStream bcs) { method in class:BytecodeInvoke
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrikeDesc.java200 public FontStrikeDesc(AffineTransform devAt, AffineTransform at, argument
203 glyphTx = at; // not cloning glyphTx. Callers trusted to not mutate it.
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArcIterator.java43 ArcIterator(Arc2D a, AffineTransform at) { argument
49 this.affine = at;
112 * btan computes the length (k) of the control segments at
H A DEllipse2D.java333 // having a center at 0,0 and a radius of 0.5.
356 // having a center at 0,0 and a radius of 0.5.
413 * @param at an optional <code>AffineTransform</code> to be applied to
418 * one segment at a time.
421 public PathIterator getPathIterator(AffineTransform at) { argument
422 return new EllipseIterator(this, at);
H A DRectangularShape.java367 * @param at an optional <code>AffineTransform</code> to be applied to the
377 public PathIterator getPathIterator(AffineTransform at, double flatness) { argument
378 return new FlatteningPathIterator(getPathIterator(at), flatness);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp236 OopMap* map = at(i);
256 OopMap* last = at(om_count()-1);
281 size += at(i)->heap_size();
290 return at(0);
301 if( at(i)->offset() >= pc_offset )
307 OopMap* m = at(i);
429 tty->print_cr("# Found non oop pointer. Dumping state at failure");
451 // word so adjust loc to point at the right place.
589 OopMap* m = at(i);
665 DerivedPointerEntry* entry = _list->at(
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java159 * @return the glyphcode of the glyph at the specified
175 * <code>GlyphVector</code> at which to start retrieving glyphcodes
256 * <code>FontRenderContext</code> at the given location. The
266 * @param x the x-coordinate at which to render this <code>GlyphVector</code>.
267 * @param y the y-coordinate at which to render this <code>GlyphVector</code>.
292 * rendered at x,&nbsp;y.
296 * <code>GlyphVector</code> when rendered at the specified
309 * at the specified <code>glyphIndex</code> of this
327 * at the specified <code>glyphIndex</code> of this
328 * <code>GlyphVector</code> when rendered at th
[all...]

Completed in 90 milliseconds

1234567891011>>