Searched refs:at (Results 251 - 275 of 391) sorted by relevance

<<111213141516

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp568 // the value of a local variable at the beginning of a join block.
736 // Technically it occurs at the Constant that materializes the base
1184 Value argument_at(int i) const { return _args->at(i); }
1487 Value argument_at(int i) const { return _args->at(i); }
1549 BitMap _live_in; // set of live LIR_Opr registers at entry to this block
1550 BitMap _live_out; // set of live LIR_Opr registers at exit from this block
1678 BlockBegin* exception_handler_at(int i) const { return _exception_handlers.at(i); }
1682 ValueStack* exception_state_at(int idx) const { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states->at(idx); }
1720 bool try_merge(ValueStack* state); // try to merge states at block begin
1740 for (int i = sux->length() - 1; i >= 0; i--) assert(sux->at(
[all...]
H A Dc1_LIRGenerator.cpp345 _unpinned_constants.at(i)->clear_operand();
442 if (liveness.at(index) && !value->type()->is_illegal()) {
783 // at least pass along a good guess
1109 // no moves are created for phi functions at the begin of exception
1348 return _instruction_for_operand.at(reg_num);
1367 return _vreg_flags.at(vreg_num, f);
1387 LIR_Const* other = _constants.at(i);
1403 return _reg_for_constants.at(i);
1531 assert(new_val->is_register(), "must be a register at this point");
1544 assert(addr->is_register(), "must be a register at thi
[all...]
H A Dc1_Compilation.cpp360 assert(in_bytes(frame_map()->framesize_in_bytes()) % sizeof(intptr_t) == 0, "must be at least pointer aligned");
441 ExceptionInfo* info = info_list->at(i);
454 if (e >= 0 && scope_depths->at(e) == handler->scope_count()) {
465 // insert a wildcard handler at scope depth 0 so that the
603 fileStream stream(fopen(".hotspot_compiler", "at"));
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java48 * supported API. Code that depends on them does so at its own risk:
1182 * In particular, this is the point at which we find out what
1210 // (Note: this.resolved is probably true at this point.)
1259 // added to the class, they will be resolved at that time.
1648 Type at[] = { };
1649 argTypes = at;
1652 Type at[] = { t };
1653 argTypes = at;
1669 Type at[] = { classType };
1670 argTypes = at;
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp73 if (!_bm.at(from_card)) {
176 return _bm.at(card_ind);
280 && _fine_eviction_stride == 0, "All init at same time.");
429 if (_coarse_map.at(from_hrs_ind)) {
586 if (!_coarse_map.at(max_hrs_index)) {
636 if (!region_bm->at((size_t) cur->hr()->hrs_index())) {
761 assert(!_coarse_map.at(hrs_ind), "Inv");
812 if (_coarse_map.at(hr_ind)) return true;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp95 // (which occurs at a safepoint) cannot occur simultaneously with this list
449 *p++ = prefix_array->at(i);
637 MonitorInfo *mi = mons->at(i);
659 "at safepoint or target thread is suspended");
698 "at safepoint or target thread is suspended");
757 MonitorInfo *mi = mons->at(i);
778 // Our list has at least one object on it so we have to check
782 jobject jobj = ((jvmtiMonitorStackDepthInfo*)owned_monitors_list->at(j))->monitor;
820 "at safepoint or target thread is suspended");
903 "at safepoin
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1356 oop monitor = locked_monitors->at(j);
1366 oop object = jni_locked_monitors->at(j);
1388 synchronizers_array->obj_at_put(k, locks->at(k));
1944 threads_ah->obj_at_put(index, deadlock_threads->at(i)->threadObj());
2143 oop cmd_name = java_lang_String::create_oop_from_str(dcmd_list->at(i), CHECK_NULL);
2186 DCmdInfo* info = info_list->at(pos);
2223 infoArray[i].name = array->at(i)->name();
2224 infoArray[i].description = array->at(i)->description();
2225 infoArray[i].type = array->at(i)->type();
2226 infoArray[i].default_string = array->at(
[all...]
H A DthreadService.hpp261 StackFrameInfo* stack_frame_at(int i) { return _frames->at(i); }
388 instanceHandle get_threadObj(int index) { return _threads_array->at(index); }
H A DdiagnosticArgument.cpp72 char* next_str = f->array()->at(i);
120 // len is the length of the current token starting at str
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java53 * If you write code that depends on this, you do so at your own risk.
418 make.at(pos.getStartPosition());
470 /** Equivalent to make.at(pos.getStartPosition()) with side effect of caching
475 return make.at(pos);
612 * obtained by appending '$' chars at the end of the name until no match
978 ? access(make.at(pos.getStartPosition()).QualIdent(sym.owner))
1053 make.at(tree.pos);
1059 tree = make.at(tree.pos).Ident(sym);
1078 tree = make.at(tree.pos).Ident(sym);
1106 make.at(tre
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp61 Node *n = _body.at(i);
257 Node *n = _body.at(i);
299 // a pre-loop which must execute at least once, we can remove all
317 Node *n = loop->_body.at(i);
546 Node *old = loop->_body.at(j3);
611 Node* n = _body.at(k);
640 // After split at least one iteration will be executed in pre-loop.
711 Node* n = _body.at(k);
818 // No memory accesses at all!
941 // main-loop, the post-loop may not execute at al
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibility.java256 public static int getCharCount(final AccessibleText at, final Component c) { argument
257 if (at == null) return 0;
261 return at.getCharCount();
H A DCDragSourceContextPeer.java251 AccessibleText at = (AccessibleText) ctx;
255 Rectangle charBounds = at.getCharacterBounds(i);
/openjdk7/jdk/test/javax/management/generified/
H A DGenericTest.java177 ArrayType<String[][]> at =
181 at, true, true, false);
184 (ArrayType) at,
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp210 print_blobs(candidates->at(i));
870 // external suspension - so it will stop at its next transition
952 // tick came at a bad time
1069 // This is more direct, and more than one thread can be in the class loader at a time,
1341 active += array->at(index)->ticks.total();
1357 ProfilerNode* n = array->at(index);
1384 ProfilerNode* n = array->at(index);
1411 ProfilerNode* n = array->at(index);
1438 ProfilerNode* n = array->at(index);
H A DperfData.cpp281 PerfData* p = _all->at(index);
595 return _set->at(i);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp65 int jsrs(int i) const { assert(i>=0 && i<nof_jsrs(), "Index out of bounds"); return _jsrs->at(i); }
266 CellTypeState* _state; // State (vars, stack) at entry.
360 return _bb_hdr_bits.at(bci);
H A DinstanceKlass.cpp244 // Note: at this point the class may be initialized
594 // implements_interface query looks at transitive_interfaces.
775 // _this will always be set at this point
1212 // we're single threaded or at a safepoint - no locking needed
1262 // we're single threaded or at a safepoint - no locking needed
1301 // reacquire the cache - we are locked, single threaded or at a safepoint
1340 // value at index idnum if there is one.
1928 PreviousVersionNode * pv_node = _previous_versions->at(i);
2112 // tell if two classes have the same enclosing class (at package level)
2129 // at th
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.cpp364 LIR_Opr opr = _incoming_arguments->at(i);
366 max_offset = MAX2(_argument_locations->at(java_index), max_offset);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp225 assert(!sender_blob->is_nmethod(), "should count return address at least");
254 // Will the pc we fetch be non-zero (which we'll find at the oldest frame)
269 tty->print_cr("patch_pc at address " INTPTR_FORMAT " [" INTPTR_FORMAT " -> " INTPTR_FORMAT "]",
328 return (intptr_t*) at(interpreter_frame_sender_sp_offset);
438 // this is weird "H" ought to be at a higher address however the
439 // oopMaps seems to have the "H" regs at the same address and the
597 // We'd have to be pretty unlucky to be mislead at this point
641 obj = (oop) at(interpreter_frame_oop_temp_offset);
H A Dframe_x86.inline.hpp274 return (JavaCallWrapper*)at(entry_frame_call_wrapper_offset);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java61 * supported API. Code that depends on them does so at its own risk:
1644 Type at = parseType();
1649 at = parseArrayBrackets(at);
1650 addArgument(am, at, an);
1658 at = parseType();
1663 at = parseArrayBrackets(at);
1664 addArgument(am, at, an);
1859 * starting at "clas
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DLoopPipe.java317 AffineTransform at =
321 sr.appendPath(s.getPathIterator(at));
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java722 * to the double coordinates at the specified offset in the specified
757 * to the coordinates of the <code>Point2D</code> objects at the specified
852 * by the control points stored in the indicated array at the
859 * specified by the coordinates in <code>coords</code> at
872 * by the control points stored in the indicated array at the
879 * specified by the coordinates in <code>coords</code> at
977 * stored in the <code>src</code> array at indices <code>srcoff</code>
979 * resulting two subdivided curves into the two result arrays at the
1196 // cubic, which means that its limits at -/+inf are -/+inf or +/-inf.
1218 // at
1532 getPathIterator(AffineTransform at) argument
1555 getPathIterator(AffineTransform at, double flatness) argument
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp228 // returns the OopMap at a given index
229 OopMap* at(int index) const { assert((index >= 0) && (index <= om_count()),"bad index"); return _om_data[index]; } function in class:OopMapSet

Completed in 361 milliseconds

<<111213141516