Searched refs:at (Results 201 - 225 of 391) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp301 reserved_rec = (VMMemRegionEx*)_vm_map->at(_vm_map->length() - 1);
323 committed_rec = (VMMemRegionEx*)_vm_map->at(_vm_map->length() - 1);
429 _malloc_cs->append(other._malloc_cs->at(index));
433 _vm_cs->append(other._vm_cs->at(index));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp181 BlockBegin* block_at(int idx) const { assert(_cached_blocks.at(idx) == ir()->linear_scan_order()->at(idx), "invalid cached block list"); return _cached_blocks.at(idx); }
188 bool is_interval_in_loop(int interval, int loop) const { return _interval_in_loop.at(interval, loop); }
201 Interval* interval_at(int reg_num) const { return _intervals.at(reg_num); }
207 LIR_Op* lir_op_with_id(int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id out of range or not even"); return _lir_ops.at(op_id >> 1); }
208 BlockBegin* block_of_op_with_id(int op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, "op_id out of range"); return _block_of_op.at(op_id >> 1); }
213 bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return _has_call.at(op_id >> 1); }
214 bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return _has_info.at(op_id >> 1); }
315 // (insert moves at edge
[all...]
H A Dc1_ValueMap.hpp69 // entries at the current nesting level requires updating
71 // skipped if they are at the head of the list by simply moving to the
87 ValueMapEntry* entry_at(int i) { return _entries.at(i); }
234 ValueMap* value_map_of(BlockBegin* block) { return _value_maps.at(block->linear_scan_number()); }
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DBlitLoops.java176 * createPackedParams(). (They are also used at the native level when
414 AffineTransform at, int hint,
420 comp, clip, at, hint,
484 AffineTransform at, int hint,
489 comp, clip, at, hint,
605 AffineTransform at, int hint,
609 comp, clip, at, hint,
697 AffineTransform at, int hint,
703 comp, clip, at, hint,
776 * completely (at leas
412 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
482 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
603 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
695 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
832 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp162 // fetch_unroll_info() is called at the beginning of the deoptimization
165 // decremented at the end of unpack_frames().
176 // via vanilla deopt or uncommon trap we MUST NOT stop at a safepoint once
216 assert (chunk->at(0)->scope() != NULL,"expect only compiled java frames");
217 GrowableArray<ScopeValue*>* objects = chunk->at(0)->scope()->objects();
226 bool save_oop_result = chunk->at(0)->scope()->return_oop();
266 compiledVFrame* cvf = chunk->at(i);
275 MonitorInfo* mi = monitors->at(j);
311 if (list->at(i)->id() == array->original().id()) {
312 jvmtiDeferredLocalVariableSet* dlv = list->at(
[all...]
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java210 AffineTransform at = new AffineTransform();
214 at.setToScale( 1.5f, 1.5f ); break;
216 at.setToRotation( Math.PI / 6 ); break;
218 at.setToShear( 0.4f, 0 ); break;
226 return at;
252 AffineTransform at = getAffineTransform( fontTransform );
253 testFont = testFont.deriveFont( at );
527 * but its not - at least not when the app explictly draws
530 * size at which text is AA'ed is not something you can easily
557 /// Draws one character at tim
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java122 // We just look at the object at the corresponding index and
136 public static BytecodeLoadConstant at(Method method, int bci) { method in class:BytecodeLoadConstant
144 /** Like at, but returns null if the BCI is not at ldc or ldc_w or ldc2_w */
150 public static BytecodeLoadConstant at(BytecodeStream bcs) { method in class:BytecodeLoadConstant
168 // We just look at the object at the corresponding index and
181 // We just look at the object at th
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp76 // condition codes alive at once. This is OK on some chips and
103 return _nodes.at(n->_idx) != NULL;
107 return _nodes.at(n->_idx);
284 // Sparc probably wants at least double-word (8).
353 // Frame pointer. The frame pointer is kept at the base of the stack
H A Dlcm.cpp64 // mechanism exists (yet) to set the switches at an os_cpu level
238 cb = cb->_idom; // Always hoist at least 1 block
445 // Memory op for an implicit null check has to be at the end of the block
474 if (ready_cnt.at(use->_idx) > 1)
583 int n_cnt = ready_cnt.at(n->_idx)-1;
600 int m_cnt = ready_cnt.at(m->_idx)-1;
695 // Move guy at 'phi_cnt' to the end; makes a hole at phi_cnt
750 int m_cnt = ready_cnt.at(m->_idx)-1;
761 if( !ready_cnt.at(
[all...]
H A Dgcm.cpp195 assert(deepb != NULL, "must be at least one input to n");
270 assert(_bbs[n->_idx] == _bbs[n->in(0)->_idx], "Pinned Node should be at the same block as its control edge");
362 // Resume searching at that point, skipping intermediate levels.
384 // be earlier (at a shallower dom_depth) than the true schedule_early
495 // schedule_early block in that it could be at an even shallower depth in the
528 // at initial_mem, with internal nodes of type MergeMem.
560 if (worklist_visited.at(j-1) == store) break;
606 // Some raw memory, such as the load of "top" at an allocation,
635 // PhiNode may be at start of block 'early' with backedge to 'early'
666 "Expect at leas
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp36 // First compute which FPU registers are live at the start of each basic block
59 // the block must not have any spill moves at the beginning (checked by assertions)
64 // predecessor may have spill moves at the begin of the block.
65 // If an interval ends at the current instruction id, it is not possible
66 // to decide if the register is live or not at the block begin -> the
170 LIR_Op* op = insts->at(pos());
187 // propagate stack at first branch to a successor
191 assert(!required_merge || branch->cond() == lir_cond_always, "splitting of critical edges should prevent FPU stack mismatches at cond branches");
268 LIR_Op* op = insts->at(pos());
695 assert(sim()->stack_size() <= 7, "at leas
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s25 # The "ld" at Fetch32 is potentially faulting instruction.
27 # for control to resume at Fetch32Resume.
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s25 !! The "ld" at Fetch32 is potentially faulting instruction.
27 !! for control to resume at Fetch32Resume.
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp80 JvmtiFramePop pop = JvmtiFramePop(_pops->at(index));
113 JvmtiFramePop fp = JvmtiFramePop(_pops->at(i));
152 // - single step at a breakpoint
162 // the last breakpoint or single step was at this same location
167 // event at this location and if we also single stepped at this location
294 // single-stepping to the same method and bcp at a later time will be
295 // detected if single-stepping is enabled at that time (see 4388912).
316 // so get current location at safepoint.
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java187 * createPackedParams(). (They are also used at the native level when
425 AffineTransform at, int hint,
431 comp, clip, at, hint,
495 AffineTransform at, int hint,
500 comp, clip, at, hint,
616 AffineTransform at, int hint,
620 comp, clip, at, hint,
708 AffineTransform at, int hint,
714 comp, clip, at, hint,
423 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
493 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
614 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
706 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java154 Attributes at = superEntries.get(key);
155 entries.put(key, (Attributes) at.clone());
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java41 protected int w; // 0 if normal, 1 if a _wide prefix at pc
81 return Instruction.at(bytes, npc, this);
94 /** A fake instruction at this pc whose next() will be at nextpc. */
100 public static Instruction at(byte[] bytes, int pc) { method in class:Instruction
101 return Instruction.at(bytes, pc, null);
104 public static Instruction at(byte[] bytes, int pc, Instruction reuse) { method in class:Instruction
649 Instruction i = at(code, 0);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp126 ciKlass* ctxk1 = deps->at(ctxk_i)->as_klass();
165 ciObject* y1 = deps->at(i+1);
179 ciObject* y0 = deps->at(i+0);
180 ciObject* y1 = deps->at(i+1);
217 ciObject* y = deps->at(i+1);
218 ciObject* y2 = deps->at(i+2);
324 ciKlass* ctxk = deps->at(i+ctxkj+0)->as_klass();
325 ciObject* x = deps->at(i+ctxkj+1); // following argument
334 bytes.write_int(_oop_recorder->find_index(deps->at(i+j)->constant_encoding()));
409 args[j] = deps->at(
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java138 * This parameter is initialized at the construction time and never change.
292 XmlAccessType at = getAccessType();
296 findFieldProperties(clazz,at);
298 findGetterSetterProperties(at);
346 // can't have element and value property at the same time
357 private void findFieldProperties(C c, XmlAccessType at) { argument
362 findFieldProperties(sc,at);
381 if(at==XmlAccessType.FIELD
382 ||(at==XmlAccessType.PUBLIC_MEMBER && nav().isPublicField(f))
439 * Computes the {@link XmlAccessType} on this class by looking at {
923 findGetterSetterProperties(XmlAccessType at) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp70 jsrs->_set->append(_set->at(i));
169 temp = _set->at(pos);
188 _set->at_put(j-1, _set->at(j));
238 _set->at(i)->print_on(st);
241 _set->at(i)->print_on(st);
250 // A StateVector summarizes the type information at some point in
299 // Unloaded classes fall to java.lang.Object at a merge.
309 // But when objArray meets objArray, we look carefully at element types.
376 // load up the non-OSR state at this point
390 // even if it were possible for an OSR entry point to be at bc
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java87 * and the fact that getting this requires generating a path at
90 * Later can revisit whether to cache these at all, or elsewhere.
144 AffineTransform at = desc.glyphTx;
145 at.getMatrix(matrix);
200 boolean isSimpleTx = (at.getType() & complexTX) == 0;
252 * know we need at least one
262 ("Strike for " + fileFont + " at size = " + intPtSize +
280 Math.abs(at.getScaleX()) <= maxSz &&
281 Math.abs(at.getScaleY()) <= maxSz &&
282 Math.abs(at
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp137 ResourceObj::allocation_type at = _default_oop_recorder.get_allocation_type(); local
139 ResourceObj::set_allocation_type((address)(&_default_oop_recorder), at);
272 // address, notes the dependency (at 'branch_pc') on the label.
296 void CodeSection::relocate(address at, RelocationHolder const& spec, int format) { argument
305 assert(start() <= at && at <= end()+1,
324 csize_t offset = at - locs_point();
325 set_locs_point(at);
649 // This may also include an uninitialized partial word at the end.
775 // has been created at an
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.inline.hpp132 // Starting at "addr" (inclusive) return a memory region
138 // Starting at "start_addr" (inclusive) return a memory region
159 return _bm.at(heapWordToOffset(addr));
166 return _bm.at(heapWordToOffset(addr));
174 return !_bm.at(heapWordToOffset(addr));
184 // starting at start_addr (inclusive) but strictly less than end_addr.
409 // (after at least one young gen gc and one cms cycle have completed).
502 // Align the end of mr so it's at a card boundary.
503 // This is superfluous except at the end of the space;
511 // Align the end of mr so it's at
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java549 * @return an instruction that creates the corresponding array at runtime, i.e. is an AllocationInstruction
560 ArrayType at;
563 at = (ArrayType)t;
565 at = new ArrayType(t, dim);
567 return new MULTIANEWARRAY(cp.addArrayClass(at), dim);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/util/
H A DIntegerArray.java10 * You may obtain a copy of the License at
66 public final int at(int index) { method in class:IntegerArray
89 * Adds new int at the end if not already present.

Completed in 104 milliseconds

1234567891011>>