Searched refs:at (Results 76 - 100 of 391) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp52 UnhandledOopEntry entry = list->_oop_list->at(k);
90 UnhandledOopEntry entry = _oop_list->at(i);
120 UnhandledOopEntry entry = _oop_list->at(k);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DTransformBlit.java105 AffineTransform at, int hint,
148 AffineTransform at, int hint,
153 target.Transform(src, dst, comp, clip, at, hint,
103 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java10 * You may obtain a copy of the License at
936 public void setIdAttributeNode(Attr at, boolean makeId) { argument
948 if (at.getOwnerElement() != this) {
953 ((AttrImpl) at).isIdAttribute(makeId);
955 ownerDocument.removeIdentifier(at.getValue());
958 ownerDocument.putIdentifier(at.getValue(), this);
969 Attr at = getAttributeNode(name);
971 if( at == null){
986 if (at.getOwnerElement() != this) {
992 ((AttrImpl) at)
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp302 BlockPair* pair = blocks.at(i);
329 // Local instructions and Phis for expression stack values at the
437 bool is_visited(BlockBegin* b) const { return _visited_blocks.at(b->block_id()); }
438 bool is_active(BlockBegin* b) const { return _active_blocks.at(b->block_id()); }
444 void inc_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) + 1); }
445 int dec_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) - 1); return _forward_branches.at(b->block_id()); }
448 bool is_block_in_loop (int loop_idx, BlockBegin* b) const { return _loop_map.at(loop_idx, b->block_id()); }
611 BlockBegin* loop_end = _loop_end_blocks.at(i);
713 assert(a->dominator() != NULL || a == _linear_scan_order->at(
[all...]
H A Dc1_FrameMap.cpp76 sizeargs += type2size[signature->at(i)];
83 sig_bt[i] = signature->at(sig_index);
122 sizeargs += type2size[signature->at(i)];
129 sig_bt[i] = signature->at(sig_index);
189 LIR_Opr opr = _incoming_arguments->at(i);
213 LIR_Opr opr = _incoming_arguments->at(i);
216 _argument_locations->at(java_index));
267 int offset = _argument_locations->at(index);
H A Dc1_ValueStack.hpp102 assert(_locals.at(i)->type()->is_single_word() ||
103 _locals.at(i + 1) == NULL, "hi-word of doubleword value must be NULL");
108 Value x = _locals.at(i);
110 _locals.at(i + 1) == NULL, "hi-word of doubleword value must be NULL");
118 Value prev = _locals.at(i - 1);
133 Value x = _stack.at(i);
135 _stack.at(i + 1) == NULL, "hi-word of doubleword value must be NULL");
205 Value lock_at(int i) const { return _locks.at(i); }
228 // Value value; // value at current loop index (overwritten in loop)
H A Dc1_LinearScan.cpp287 assert(_intervals.at(reg_num) == NULL, "overwriting exisiting interval");
351 assert(false, "other states not allowed at this time");
364 // at the definition of the interval -> move write to memory out of loop
365 // by storing at definitin of the interval
369 // reason to store the interval at the definition
377 // memory at the definition
390 assert(false, "other states not allowed at this time");
422 assert(temp->spill_definition_pos() <= temp->from() + 2, "only intervals defined once at their start-pos can be optimized");
424 TRACE_LINEAR_SCAN(4, tty->print_cr("interval %d (from %d to %d) must be stored at %d", temp->reg_num(), temp->from(), temp->to(), temp->spill_definition_pos()));
440 LIR_Op* op = instructions->at(
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DBlock_Array.java61 public Block at(int i) { method in class:Block_Array
H A DNode_Array.java61 public Node at(int i) { method in class:Node_Array
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DIiopUrl.java85 int at;
86 if (oldFormat || (at = hostPortVers.indexOf('@')) < 0) {
89 start = 0; // start at the beginning
98 minor = Integer.parseInt(hostPortVers.substring(dot+1, at));
103 start = at + 1; // skip '@' sign
111 if (hostPortVers.startsWith("[", start)) { // at IPv6 literal
121 } else { // at hostname or IPv4
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp74 FreeHeap(_code_blobs->at(i));
90 return _code_blobs->at(0);
99 return _code_blobs->at(++_pos);
128 JvmtiCodeBlobDesc* scb = _global_code_blobs->at(i);
189 // they can be freed at any point.
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbMissStep.sh28 # @summary REGRESSION: jdb / jdi not stopping at some breakpoints and steps in j2sdk1.4.
74 cmd stop at $classname'$jj2:20'
H A DNullLocalVariable.sh57 cmd stop at badscope:4 ; $sleepcmd
/openjdk7/jdk/src/share/demo/applets/SortDemo/
H A DSortItem.java144 String at = getParameter("alg");
145 if (at == null) {
146 at = "BubbleSort";
149 algName = at + "Algorithm";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DHeapRegionSeq.java63 private HeapRegion at(long index) { method in class:HeapRegionSeq
84 public HeapRegion next() { return at(index++); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLookupswitch.java62 public static BytecodeLookupswitch at(Method method, int bci) { method in class:BytecodeLookupswitch
70 /** Like at, but returns null if the BCI is not at lookupswitch */
76 public static BytecodeLookupswitch at(BytecodeStream bcs) { method in class:BytecodeLookupswitch
H A DBytecodeNewArray.java108 public static BytecodeNewArray at(Method method, int bci) { method in class:BytecodeNewArray
116 /** Like at, but returns null if the BCI is not at newarray */
122 public static BytecodeNewArray at(BytecodeStream bcs) { method in class:BytecodeNewArray
H A DBytecodeTableswitch.java68 public static BytecodeTableswitch at(Method method, int bci) { method in class:BytecodeTableswitch
76 /** Like at, but returns null if the BCI is not at tableswitch */
82 public static BytecodeTableswitch at(BytecodeStream bcs) { method in class:BytecodeTableswitch
/openjdk7/jdk/test/java/awt/image/
H A DIncorrectSampleMaskTest.java61 private static AffineTransform at = field in class:IncorrectSampleMaskTest
65 new AffineTransformOp(at, AffineTransformOp.TYPE_NEAREST_NEIGHBOR);
/openjdk7/langtools/test/tools/apt/lib/
H A DTester.java151 TypeDeclaration at = env.getTypeDeclaration(annoType);
153 if (at == a.getAnnotationType().getDeclaration()) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNodeVector.java10 * You may obtain a copy of the License at
184 * @return the node at the tail of the vector
226 * Return the node at the top of the stack without popping the stack.
230 * @return Node at the top of the stack or null if stack is empty.
291 * @param n Node to set at the tail of vector
311 * Return the node at the tail of the vector without popping
315 * @return Node at the tail of the vector
356 * Inserts the specified node in this vector at the specified index.
362 * @param at Position where to insert
364 public void insertElementAt(int value, int at) argument
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp36 // in order to decide which locals are live (that is, will be used again) at
56 // 4. When we are asked about the liveness at a particular bci with a basic block, we
60 // at that bci.
67 // 2. Instead of computing the effects of exceptions at every instruction, we
238 BasicBlock *next = _block_map->at(limit);
268 // Two way branch. Set predecessors at each destination.
269 dest = _block_map->at(bytes.next_bci());
273 dest = _block_map->at(bytes.get_dest());
278 dest = _block_map->at(bytes.get_dest());
283 dest = _block_map->at(byte
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemPtrArray.hpp57 virtual MemPointer* at(int index) const = 0;
68 // return the pointer at current position
76 // remove the pointer at current position
78 // insert the pointer at current position
100 return _array->at(_pos);
107 return _array->at(++_pos);
115 return _array->at(_pos + 1);
122 return _array->at(_pos - 1);
246 MemPointer* at(int index) const { function in class:MemPointerArrayImpl
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java82 public TrapezoidList tesselateFill(Shape s, AffineTransform at, Region clip) { argument
83 int windingRule = convertPathData(s, at);
98 AffineTransform at, Region clip) {
111 convertPathData(s, at);
143 protected int convertPathData(Shape s, AffineTransform at) { argument
144 PathIterator pi = s.getPathIterator(at);
96 tesselateStroke(Shape s, BasicStroke bs, boolean thin, boolean adjust, boolean antialias, AffineTransform at, Region clip) argument
/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java1415 static void checkArrayTypes0(ArrayTypes at, AnnotatedElement e) { argument
1417 if (!(at.b().length == 0 &&
1418 at.s().length == 0 &&
1419 at.i().length == 0 &&
1420 at.l().length == 0 &&
1421 at.c().length == 0 &&
1422 at.f().length == 0 &&
1423 at.d().length == 0 &&
1424 at.bool().length == 0 &&
1425 at
1441 checkArrayTypes1(ArrayTypes at, AnnotatedElement e) argument
1471 checkArrayTypes2(ArrayTypes at, AnnotatedElement e) argument
1501 checkArrayTypesOverrideDefault(ArrayTypesWithDefault at, AnnotatedElement e) argument
1531 checkArrayTypesAcceptDefault(ArrayTypesWithDefault at, AnnotatedElement e) argument
[all...]

Completed in 129 milliseconds

1234567891011>>