Searched refs:at (Results 326 - 350 of 391) sorted by relevance

<<111213141516

/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs150 -- Get a Java expression for the correct FFIType at runtime. For example: (JObjCRuntime.IS64 ? FFI_SINT64 : FFI_SINT32)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java43 * If you write code that depends on this, you do so at your own risk.
61 /** The position at which subsequent trees will be created.
106 public TreeMaker at(int pos) { method in class:TreeMaker
113 public TreeMaker at(DiagnosticPosition pos) { method in class:TreeMaker
119 * Create given tree node at current position.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp809 if (!opJavaCall->_arguments->at(i)->is_pointer()) {
834 if (!opRTCall->_arguments->at(i)->is_pointer()) {
1160 _operations.at_put(to_index --, _operations.at(from_index --));
1624 BlockBegin* bb = blocks->at(i);
1633 _operations.at(i)->print(); tty->cr();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp93 // VM operation class to copy jni function table at safepoint.
96 // interaction b/w these threads it is copied at safepoint.
273 // validated and we're not at a safepoint.
348 // isn't accessing the prefixes at the same time we are setting them.
394 // global events cannot be controlled at thread level.
1019 // JVMTI get monitors info at safepoint. Do not require target thread to
1032 ((jvmtiMonitorStackDepthInfo*)owned_monitors_list->at(i))->monitor;
1039 deallocate((unsigned char*)owned_monitors_list->at(i));
1064 // JVMTI get owned monitors info at safepoint. Do not require target thread to
1078 ((jvmtiMonitorStackDepthInfo*)owned_monitors_list->at(
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp356 // Already assumes that 'dom' is available at 'sub', and that 'sub'
414 Node* n = dom_list.at(next);
575 // (b) at this point, if we are not looking at a store initializing
718 // the regular oop, some are the CastPP of the oop, all merge at Phi's which
951 // will change the graph shape in a way which makes memory alive twice at the
1148 // Fetch the box object at the base of the array and get its value
1575 // Different array types begin at slightly different offsets (12 vs. 16).
1677 // is known at compile time (the type is "exact" or "precise").
1712 // We can still check if we are loading from the primary_supers array at
1913 make( PhaseGVN& gvn, Node *mem, Node *adr, const TypePtr* at, const TypeKlassPtr *tk ) argument
2577 LoadStoreNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* rt, uint required ) argument
2650 const Type* at = phase->type(adr); local
[all...]
H A Dloopnode.cpp290 // the middle of the loop and I am looking at some trailing control-flow
416 if (bt == BoolTest::eq || // Bail out, but this loop trips at most twice!
766 // Fix all data nodes placed at the old loop head.
1069 // phi( , ) -- at top of loop type is [min_int..10)
1367 // Loop starts at 2 because slot 1 is the fall-in path
1453 *cp = ilt->_next; // Hang next list at end of child list
1485 assert( fall_in_cnt, "at least 1 fall-in path" );
1547 // Allpaths backwards scan from loop tail, terminating each path at first safepoint
1640 bool has_local_ncsfpt = false; // ncsfpt on dom-path at this loop depth
1641 Node* nonlocal_ncsfpt = NULL; // ncsfpt on dom-path at
[all...]
H A Dcallnode.cpp427 SafePointScalarObjectNode* spobj = scobjs.at(i);
659 // instance at the specified offset.
1326 // availability of unlocking and the anticipatability of locking at a
1506 // check each control merging at this point for a matching unlock.
1593 // joining at this point which is case 3 in description above.
1613 AbstractLockNode* lock = lock_ops.at(i);
1629 AbstractLockNode* lock = lock_ops.at(i);
H A DidealGraphPrinter.cpp158 fatal(err_msg_res("Couldn't connect to visualizer at %s:%d",
277 print_inline_tree(subtrees.at(i));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp617 // during a Full GC (at least currently) and the entire marking
625 // will be at the end of evacuation pauses, when tasks are
751 // them as guarantees at the beginning / end of the bitmap
783 print_reachable("at-cycle-start",
803 // marking phase. So, we initilize this here, at the start of the
804 // cycle, so that at the remaining overflow number will decrease at
822 // update_g1_committed() will be called at the end of an evac pause
823 // when marking is on. So, it's also called at the end of the
861 // at thi
[all...]
H A DconcurrentMark.hpp81 return _bm.at(heapWordToOffset(addr));
88 // Return the address corresponding to the next marked bit at or after
93 // Return the address corresponding to the next unmarked bit at or after
148 // Starting at the bit corresponding to "addr" (inclusive), find the next
150 // the end of this run (stopping at "end_addr"). Return the MemRegion
153 // the run. If there is no "1" bit at or after "addr", return an empty
165 jint _saved_index; // value of _index saved at start of GC
285 stats_verbose, // only prints stats at the end of marking
293 // Root Regions are regions that are not empty at the beginning of a
303 // Currently, we only support root region scanning once (at th
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp468 // We'd like these to be at the bottom of the old generation,
613 // that the number of objects allocated at this point is very small.
714 // get the error object at the slot and set set it to NULL so that the
738 // the low-order bit. Since oops are always aligned at least mod 4,
935 // Subtract a page because something can get allocated at heap base.
1267 // --- Compile_lock is not held. However we are at a safepoint.
1298 // --- Compile_lock is not held. However we are at a safepoint.
1570 jweak method_ref = _prev_methods->at(i);
1604 // caller is the VMThread and we are at a safepoint, this is a good
1608 jweak method_ref = _prev_methods->at(
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp313 ciTypeFlow::Block *successor = ciblock()->successors()->at(i);
490 if (klass == ciblock()->exc_klasses()->at(i)) {
491 block = function()->block(ciblock()->exceptions()->at(i)->pre_order());
1399 // Need to check this one at runtime
1422 // If the instanceof can be optimized away at compile time
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java53 * If you write code that depends on this, you do so at your own risk.
462 JCMethodDecl ordinal = make.at(tree.pos).
983 JCTree constrDef = DefaultConstructor(make.at(tree.pos), c,
1077 JCExpression result = make.at(pos).
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java10 * You may obtain a copy of the License at
1314 * object that supports at least one version of the feature.
1346 * exists in the other map and is equal, although not necessarily at the
1349 * same length and contain equal nodes at the same index. This is true
1473 // at this point we are dealing with DOM Level 2 nodes only
2004 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java273 CellTypeStateList _state; // State (vars, stack) at entry.
378 // have been detected at this point? That would make this equal
430 // First time we look at this BB
701 return _bb_hdr_bits.at(bci);
789 Assert.that(lim_bci != bb._bci, "must be at least one instruction in a basicblock");
882 // tty.print_cr("Basicblock#%d begins at: %d", c._bb_count, bci);
915 // Position bytecodestream at last bytecode in basicblock
1132 // instruction at the current bci is executed. However, not for
1530 reportMonitorMismatch("non-empty monitor stack at exceptional exit");
1572 // It is a ref-uninit conflict (at leas
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp299 _pc_descs[0] = NULL; // native method; no PcDescs at all
325 if (res == NULL) return NULL; // native method; no PcDescs at all
1015 initialize_immediate_oop(&dest[index], array->at(index));
1021 // CodeBlob constructor, so it is valid even at this early point to
1094 assert(SafepointSynchronize::is_at_safepoint(), "cleaning of IC's only allowed at safepoint");
1120 // In fact, why are we bothering to look at oops in a non-entrant method??
1224 assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint");
1236 // The methodOop is gone at this point
1429 // to be clear. Since zombification happens at a safepoint there's no
1547 // by the sweeper but the methodOop will not be valid at tha
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp220 int jsr = _jsrs->at(k);
270 // The instruction at bci is changing size by "delta". Update the return map.
391 tty->print_cr("Basicblock#%d begins at: %d", c->_bb_count, bci);
470 // Position bytecodestream at last bytecode in basicblock
735 // have been detected at this point? That would make this equal
800 // First time we look at this BB
1033 // The instruction at bci is changing size by "delta". Update the basic blocks.
1062 _state[_init_vars->at(k)] = CellTypeState::make_slot_ref(k);
1110 assert(lim_bci != bb->_bci, "must be at least one instruction in a basicblock");
1247 report_monitor_mismatch("non-empty monitor stack at exceptiona
[all...]
H A DklassVtable.cpp389 tty->print_cr("adding %s::%s at index %d", _klass->internal_name(),
402 // we allocate the instanceKlass at load time, and that requires that the
404 // However, the vtable entries are filled in at link time, and therefore
550 methodOop miranda = list_of_current_mirandas->at(j);
559 if (is_miranda(im, class_methods, super)) { // is it a miranda at all?
606 put_method_at(mirandas->at(i), initialized);
916 assert(nof_methods > 0, "at least one method must exist for interface to be in vtable");
1066 // Visit all interfaces with at-least one method (excluding <clinit>)
1083 // Only count interfaces with at least one method
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java2022 public PathIterator getPathIterator(AffineTransform at) { argument
2023 return new RoundishRectIterator(this, at);
2076 RoundishRectIterator(RoundRectClipShape rr, AffineTransform at) { argument
2083 this.affine = at;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp306 assert(!sender_blob->is_nmethod(), "should count return address at least");
311 // The cause of this is because at a save instruction the O7 we get is a leftover from an earlier
560 tty->print_cr("patch_pc at address 0x%x [0x%x -> 0x%x] ", O7_addr(), _pc, pc);
583 Find the (biased) sp that is just younger than old_sp starting at sp.
690 // We'd have to be pretty unlucky to be mislead at this point
771 oop obj = (oop) at(interpreter_frame_oop_temp_offset);
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp221 // is done at each safepoint.
240 // This operation is going to be performed only at the end of a safepoint
242 // at this point and hence SystemDictionary_lock is also not needed.
243 assert(SafepointSynchronize::is_at_safepoint(), "can only be executed at a safepoint");
255 // Called at the end of the safepoint
335 // compilation at an invocation overflow no longer goes and retries test for
389 tty->print_cr(" at bci %d", bci);
480 RFrame* current = stack->at(0); // current choice for stopping
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp123 // The range includes at least one full word.
128 // The range spans at most 2 partial words.
142 // The range includes at least one full word.
147 // The range spans at most 2 partial words.
161 "the range must include at least 32 bytes");
163 // The range includes at least one full word.
176 "the range must include at least 32 bytes");
178 // The range includes at least one full word.
201 // at exit from this method. However, rather than
233 // The range includes at leas
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java366 * of an Accessible child is at index 0, the second child is at index 1,
684 * Returns the Accessible child, if one exists, contained at the local
688 * @return the Accessible, if it exists, at the specified location;
929 * Determine the bounding box of the character at the given
1007 * Gets the word, sentence, or character at <code>index</code>.
1093 * at <code>index</code>, or null if <code>index</code> isn't
1117 * Returns the Segment at <code>index</code> representing either
1163 * Return the AttributeSet for a given character at a given index
1211 * Returns the text substring starting at th
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.m528 [view dragImage:dragImage at:dragOrigin offset:dragOffset event:dragEvent pasteboard:pb source:view slideBack:YES];
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java75 * If you write code that depends on this, you do so at your own risk.
988 // is at least one Processor available.
1242 make.at(Position.FIRSTPOS);
1331 //have been attributed and analyzed at this stage
1345 make.at(Position.FIRSTPOS);

Completed in 184 milliseconds

<<111213141516