Searched refs:at (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBitMap.java42 public boolean at(int offset) { method in class:BitMap
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DQuadCurve2D.java553 * <code>QuadCurve2D</code> to the <code>double</code> coordinates at
585 * <code>Point2D</code> objects at the specified offset in
659 * indicated array at the indicated index.
664 * values in the specified array at the specified index.
677 * indicated array at the indicated index.
682 * specified array at the specified offset.
774 * stored in the <code>src</code> array at indices
777 * result arrays at the corresponding indices.
944 * Let's look at second derivative of quad curve equation:
1264 // means that the segment must cross at leas
1358 getPathIterator(AffineTransform at) argument
1380 getPathIterator(AffineTransform at, double flatness) argument
[all...]
H A DRoundRectangle2D.java625 * @param at an optional <code>AffineTransform</code> to be applied to
630 * <code>RoundRectangle2D</code>, one segment at a time.
633 public PathIterator getPathIterator(AffineTransform at) { argument
634 return new RoundRectIterator(this, at);
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java43 * information on the types of URLs and their formats can be found at:
1080 * This method can be called at most once in a given Java Virtual
1282 int at = host.lastIndexOf('@');
1283 if (at != -1) {
1284 userInfo = host.substring(0, at);
1285 host = host.substring(at+1);
/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.hpp191 return _nonstatic_fields->at(i);
H A DciMethodBlocks.cpp52 // first half. Returns the range beginning at bci.
94 // The block begins at bci. Simply return it.
98 // not starting at bci. This existing block needs to
116 // Determine if a new block has been made at the current bci. If
290 // ensure a block at the start of exception range and start of following code
331 _blocks->at(i)->clear_processed();
340 tty->print(" B%d: ", i); _blocks->at(i)->dump();
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp112 ScopeValue* field_at(int i) const { return _field_values.at(i); }
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp141 LIR_Op* cur_op() { return lir()->instructions_list()->at(pos()); }
/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp358 LoadVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeVect* vt) argument
359 : LoadNode(c, mem, adr, at, vt) {
382 StoreVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, Node* val) argument
383 : StoreNode(c, mem, adr, at, val) {
546 // Extract a scalar from a vector at position "pos"
559 // Extract a byte from a vector at position "pos"
569 // Extract a boolean from a vector at position "pos"
579 // Extract a char from a vector at position "pos"
589 // Extract a short from a vector at position "pos"
599 // Extract an int from a vector at positio
[all...]
H A Dstringopts.cpp56 // to restart at the initial JVMState.
82 // probably inadequate at the moment.
186 return _mode.at(i);
218 Node* uct = _uncommon_traps.at(u);
257 Node* n = _control.at(i);
278 Node* n = _control.at(x);
284 Node* n = other->_control.at(x);
607 StringConcat* sc = concats.at(c);
614 StringConcat* other = concats.at(o);
652 StringConcat* sc = concats.at(
[all...]
H A Dloopopts.cpp327 // Is at least one of my inputs loop-invariant?
464 // strict profitability requirements. All Phis at the merge point must
839 // If trying to do a 'Split-If' at the loop head, it is only
887 // condition codes input coming from a Phi at the block start.
1258 Node *old = loop->_body.at(i);
1269 Node *old = loop->_body.at(i);
1304 Node* old = loop->_body.at(i);
1375 Node* old = loop->_body.at(i);
1387 // Check for data-use outside of loop - at least one of OLD or USE
1436 // value was used on all those exits we did not need a Phi at thi
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp116 klassOop k = _print_array->at(index);
H A DstatSampler.cpp87 * The engage() method is called at initialization time via
153 PerfData* item = list->at(index);
H A Dframe.cpp140 // hardware would want to see in the native frame. The only user (at this point)
241 // If at the return point, then the frame has already been popped, and
264 "patching other threads for deopt may only occur at a safepoint");
274 // We are at a safepoint so the target thread can only be
287 // Examine the state of the thread at the start of safepoint since
288 // threads that were in native at the start of the safepoint could
293 // Since we are at a safepoint the target thread will stop itself
294 // before it can return to java as long as we remain at the safepoint.
303 // that is at risk. So in truth we could add an additional check to
304 // see if this frame is one that is at ris
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemRecorder.hpp105 MemPointer* at(int index) const { function in class:FixedSizeMemPointerArray
146 // return the pointer at current position
169 // remove the pointer at current position
173 // insert the pointer at current position
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp197 deferred_zero_checks()->at(i)->process();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java325 ArrayType at = (ArrayType) t;
326 TypeMirror ct = at.getComponentType();
333 ArrayType at = (ArrayType) t;
334 return at.getComponentType();
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java47 * added to the provided RenderQueue, which will be processed at a later
334 rq.ensureCapacity(20); // to ensure room for at least a scanline
399 rq.ensureCapacity(24); // so that we have room for at least a span
571 AffineTransform at;
577 at = null;
582 at = sg2d.transform;
595 ssi.appendPath(s.getPathIterator(at));
H A DRegion.java42 * order, ending at endIndex which is the index beyond the end of the
43 * last row. Each row consists of at least 3 + 2n entries (n >= 1)
171 * @param at an optional <code>AffineTransform</code> to be applied to the
175 public static Region getInstance(Shape s, AffineTransform at) { argument
176 return getInstance(WHOLE_REGION, false, s, at);
197 * @param at an optional <code>AffineTransform</code> to be applied to the
202 Shape s, AffineTransform at)
204 return getInstance(devBounds, false, s, at);
230 * @param at an optional <code>AffineTransform</code> to be applied to the
235 Shape s, AffineTransform at)
201 getInstance(Region devBounds, Shape s, AffineTransform at) argument
234 getInstance(Region devBounds, boolean normalize, Shape s, AffineTransform at) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java379 AffineTransform at;
383 at = null;
388 at = sg2d.transform;
401 ssi.appendPath(s.getPathIterator(at));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java10 * You may obtain a copy of the License at
501 * @return The node at the <code>index</code>th position in the
547 * Insert a node at a given position.
550 * @param pos Offset at which the node is to be inserted,
905 * Inserts the specified node in this vector at the specified index.
911 * @param at The index where the insert should occur.
915 public void insertElementAt(int value, int at) argument
921 super.insertElementAt(value, at);
941 * Inserts the specified node in this vector at the specified index.
980 * Deletes the component at th
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.hpp114 // marked, then dead space begins at that point and the dead_closure is
273 return _beg_bits.at(bit);
278 return _end_bits.at(bit);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp43 int _phi_operand; // For resolving of phi functions at begin of entry_block
124 XHandler* handler_at(int i) const { return _list.at(i); }
155 BitMap _requires_phi_function; // bit is set if phi functions at loop headers are necessary for a local variable
176 IRScope* callee_no(int i) const { return _callees.at(i); }
H A Dc1_LIRAssembler.cpp179 XHandlers* handlers = info_list->at(i)->exception_handlers();
214 emit_block(hir->at(i));
266 LIR_Op* op = list->at(i);
285 list->at(i)->print(); tty->cr();
308 if (!_branch_target_blocks.at(i)->label()->is_bound()) {
309 tty->print_cr("label of block B%d is not bound", _branch_target_blocks.at(i)->block_id());
854 st.print("bad oop %s at %d", r->as_Register()->name(), _masm->offset());
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java75 * places each glyph at the end of the advance vector of the previous
95 * Small fonts drawn at large magnification have odd advances when
194 AffineTransform at = font.getTransform();
195 at.deltaTransform(trackPt, trackPt);
750 * Set a multiple glyph positions at one time. GlyphVector only
751 * provides API to set a single glyph at a time.
883 AffineTransform at = renderFRC.getTransform();
884 at.transform(loc, loc);
889 at.inverseTransform(loc, loc);
1009 * Change the dtx for the strike refs we use. Keeps a reference to the at
1013 resetDTX(AffineTransform at) argument
[all...]

Completed in 129 milliseconds

1234567891011>>