Searched refs:at (Results 176 - 200 of 391) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp126 void Init(int i, const TypePtr* at);
399 return _print_inlining_list->at(_print_inlining).ss();
404 _print_inlining_list->at(_print_inlining).set_cg(cg);
413 if (_print_inlining_list->at(i).cg() == cg) {
416 _print_inlining_list->at(i).set_cg(NULL);
598 Node* macro_node(int idx) { return _macro_nodes->at(idx); }
599 Node* predicate_opaque1_node(int idx) { return _predicate_opaqs->at(idx);}
600 Node* expensive_node(int idx) { return _expensive_nodes->at(idx); }
770 int get_alias_index(const TypePtr* at) { return alias_type(at)
[all...]
H A Dreg_split.cpp41 // HRP between it and one of its uses. We will spill at the transition
109 // Insert the spill at chosen location. Skip over any intervening Proj's or
122 // Put the instruction at the top of the fall-thru block.
131 i = 1; // Right at start of block
155 splits.at_put(slidx, splits.at(slidx)+1);
157 // If we are spilling the memory op for an implicit null check, at the
177 // Insert the spill at chosen location
190 // Splits at uses can involve redeffing the LRG, so no CISC Spilling there.
195 splits.at_put(slidx, splits.at(slidx)+1);
271 // Phi input spill-copys belong at th
[all...]
H A Dcompile.cpp99 // Return the index at which m must be inserted (or already exists).
104 CallGenerator* cg1 = _intrinsics->at(i-1);
105 CallGenerator* cg2 = _intrinsics->at(i);
116 ciMethod* mid_m = _intrinsics->at(mid)->method();
122 // look at minor sort key
123 bool mid_virt = _intrinsics->at(mid)->is_virtual();
149 CallGenerator* oldcg = _intrinsics->at(index);
152 _intrinsics->append(_intrinsics->at(len-1));
155 _intrinsics->at_put(pos+1,_intrinsics->at(pos));
167 && _intrinsics->at(inde
1493 Init(int i, const TypePtr* at) argument
[all...]
H A Descape.hpp216 PointsToNode* edge(int e) const { return _edges.at(e); }
220 PointsToNode* use(int e) const { return _uses.at(e); }
276 PointsToNode* base(int e) const { return _bases.at(e); }
351 // growableArray::at() will throw assert otherwise.
352 return _nodes.at(idx);
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp147 assert(Threads_lock->owned_by_self(), "must grab Threads_lock or be at safepoint");
442 MonitorInfo* monitor = list->at(i);
465 oop o = _locked_monitors->at(i);
506 delete _frames->at(i);
555 oop monitor = locked_monitors->at(j);
575 StackFrameInfo* frame = _frames->at(j);
592 _frames->at(i)->oops_do(f);
635 oop o = aos_objects->at(i);
683 instanceOop obj = locks->at(i);
824 currentThread = _threads->at(
[all...]
H A DdiagnosticCommand.cpp76 DCmdFactory* factory = DCmdFactory::factory(cmd_list->at(i),
77 strlen(cmd_list->at(i)));
108 DCmdFactory* factory = DCmdFactory::factory(cmd_list->at(i),
109 strlen(cmd_list->at(i)));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java10 * You may obtain a copy of the License at
345 * @return The node at the <code>index</code>th position in the
391 * Insert a node at a given position.
394 * @param pos Offset at which the node is to be inserted,
726 * fetch will take place at index 1.
945 * @return the node at the tail of the vector
987 * Return the node at the top of the stack without popping the stack.
991 * @return Node at the top of the stack or null if stack is empty.
1052 * @param n Node to set at the tail of vector
1072 * Return the node at th
1104 insertElementAt(Node value, int at) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java390 AffineTransform at,
398 PathIterator pi = s.getPathIterator(at);
407 if (at != null) {
408 matrix = getTransformMatrix(at);
419 if (at != null && matrix == null) {
420 matrix = getTransformMatrix(at);
389 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp64 int _new_ilen; // New length of instruction at bci
81 int _delta; // New length of instruction at bci
133 // Should have at least MAX_METHOD_LENGTH available or the verifier
142 // size is the new size of the instruction at bci. Hence, if size is less than the current
149 tty->print_cr("Space at: %d Size: %d", bci, size);
191 _changes->at_put(index-1, _changes->at(index));
252 ChangeItem* ci = _changes->at(k);
270 ChangeItem* ci = _changes->at(j);
278 // at "offset" and is a short if "isShort" is "TRUE",
392 // The width of instruction at "p
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp207 elements()->at(i)->print_on(st);
208 total += elements()->at(i)->count();
209 totalw += elements()->at(i)->words();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp268 block->lir()->at(i)->print_on(output());
376 if (intervals->at(i) != NULL) {
377 intervals->at(i)->print(output());
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp101 return function()->block(ciblock()->successors()->at(index)->pre_order());
118 return _exc_handlers->at(index);
121 return _exceptions->at(index);
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp55 // Puts the given value at the given offset, using resize() to size
146 bool at(idx_t index) const { function in class:VALUE_OBJ_CLASS_SPEC
171 // Put the given value at the given offset. The parallel version
209 // Looking for 1's and 0's at indices equal to or greater than "l_index",
211 // "r_index" (which must be at most "size") in that case.
249 // Requires the submap of "bits" starting at offset to be at least as
251 // current contents and the submap of "bits" starting at "offset" of the
314 bool at(idx_t slot_index, idx_t bit_within_slot_index) const {
316 return _map.at(bit_inde
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DDirectoryScannerTest.java218 final AttributeChangeNotification at =
220 if (RUNNING == ScanState.valueOf((String)at.getNewValue()))
223 System.err.println("New state: "+(String)at.getNewValue()
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java60 public JulesAATileGenerator(Shape s, AffineTransform at, Region clip, argument
66 traps = buf.tesselateFill(s, at, clip);
68 traps = buf.tesselateStroke(s, bs, thin, false, true, at, clip);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDupFilterIterator.java10 * You may obtain a copy of the License at
122 final int next = _nodes.at(_current++);
H A DMultipleNodeCounter.java10 * You may obtain a copy of the License at
88 final int ancestor = ancestors.at(i);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java10 * You may obtain a copy of the License at
139 public void setIdAttributeNode(Attr at, boolean makeId) throws DOMException{ argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DOopMapCacheEntry.java101 return mask.at(offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java107 return bm.at(heapWordToOffset(addr));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java98 subt.at(i).printImpl(st, indent + 2);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java854 * @param at an optional <code>AffineTransform</code> to be applied to
859 * <code>Rectangle2D</code>, one segment at a time.
862 public PathIterator getPathIterator(AffineTransform at) { argument
863 return new RectIterator(this, at);
875 * @param at an optional <code>AffineTransform</code> to be applied to
884 * <code>Rectangle2D</code>, one segment at a time.
887 public PathIterator getPathIterator(AffineTransform at, double flatness) { argument
888 return new RectIterator(this, at);
/openjdk7/jdk/src/share/classes/java/net/
H A DURLStreamHandler.java117 * @param start the character index at which to begin parsing. This is
120 * @param limit the character position to stop parsing at. This is the
568 int at = host.lastIndexOf('@');
569 if (at != -1) {
570 userInfo = host.substring(0, at);
571 host = host.substring(at+1);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.hpp51 ciBlock *block(int index) { return _blocks->at(index); }
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.hpp40 HeapRegion* regions_at(uint i) { return _regions.at((int) i); }
79 err_msg("Unexpected NULL hr in _regions at index %u",
129 // Set the marked array entry at index to hr. Careful to claim the index

Completed in 5032 milliseconds

1234567891011>>