Searched refs:at (Results 351 - 375 of 391) sorted by relevance

<<111213141516

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES193 Added macros for simple libpng debugging output selectable at compile time
626 Removed comments on #endifs at the end of many short, non-nested #if-blocks.
818 Rearranged some members at the end of png_info and png_struct, to put
1273 Added setjmp() at the end of png_create_*_struct_2() in case user forgets
1404 Added "#!/bin/sh" at the top of configure, for recognition of the
1581 Despammed mailing addresses by masking "@" with "at".
2060 Renamed pngintrn.h to pngpriv.h, added a comment at the top of the file
2171 Removed extra crc check at the end of png_handle_cHRM(). Bug introduced
2818 so that compilation options that can only be changed at build
2841 is to use the macros - this allows applications to choose at ap
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec303 "at some time after the corresponding object is garbage collected. "
1300 "First code index at which the variable is visible (unsigned). "
1393 "First code index at which the variable is visible (unsigned). "
1598 "collected at any time the target VM is running. A call to "
1726 "deadlock is possible in the target VM (at least until the "
1936 "Returns monitor objects owned by the thread, along with stack depth at which "
1972 "for the specified thread at the time this command "
2156 "the type namespace. A particular type name will occur at most "
2224 "Limit the requested event to be reported at most once after a "
2306 "Restricts reported events to those that occur at "
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp170 // at the osr_bci; it is not initialized.
198 // All other registers are dead at this point and the locals will be
388 // is coming at the end after block reordering) the return address
474 // is coming at the end after block reordering) the return address
1604 // must be set to -1 at code generation time
2123 assert(default_type != NULL && default_type->is_array_klass(), "must be true at this point");
2218 // Check that at least both of them object arrays.
3006 // We know the type that will be seen at this call site; we can
3321 LIR_Op* op = inst->at(i);
3332 LIR_Op* prev = inst->at(
[all...]
H A Dc1_LIRGenerator_sparc.cpp182 // at this point we either have base + index or base + displacement
879 tty->print_cr(" ###class not loaded at new bci %d", x->printable_bci());
959 LIRItem* size = new LIRItem(dims->at(i), this);
978 LIRItem* size = items->at(i);
H A DsharedRuntime_sparc.cpp59 // Note that the Oregs problem only exists if we block at either a polling
378 // passed in I's, because longs in I's get their heads chopped off at
657 // at all. We've come from compiled code and are attempting to jump to the
665 // we can have at most one and don't need to play any tricks to keep
671 // do that at this point.
774 // C-frame, so we can mangle it at will. After adjusting the frame size,
1136 // have space for storing at least 6 registers to memory we start with that.
1839 member_reg = G5_method; // known to be free at this point
1872 receiver_reg = G3_scratch; // known to be free at this point
1932 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at al
2070 const char* at = atype->as_C_string(); local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp311 // Print (and count) the full regions at the beginning of the space.
559 // Find the point at which a space can be split and, if necessary, record the
563 // have a partial object, the split point is at the beginning of the current src
573 // obj, then the split is at the beginning of split_region (another "easy"
699 // at which the source space can be 'split' so that part is copied to the
949 // Simple class for storing info about the heap at the start of GC, to be used
979 // be set at the end of GC. The marking bitmap is cleared to top; nothing
1007 // at each young gen gc. Do the update unconditionally (even though a
1078 // clearing policy at the next gc.
1126 // Skip full regions at th
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp126 // Such merge points must never "escape" into the parser at large,
523 // If this particular condition has not yet happened at this
535 // (If there is no MDO at all, assume it is early in
540 // as hot if there has been at least one in this method.
738 // constructed for them at various merge points.
760 if (!live_locals.at(local)) {
769 // Used to assert "clean" debug info at various points.
793 if (!live_locals.at(local) && map->local(jvms, local) != top()) {
913 // As a quick and dirty approximation, we look for any handlers at all.
1169 assert(!assert_null || null_control == NULL, "not both at onc
1568 Compile::AliasType* at = C->alias_type(adr_type); local
[all...]
H A Dmacro.cpp462 if (values.at(j) == mem) {
465 phi->init_req(j, values.at(j));
1058 // down. If contended, repeat at step 3. If using TLABs normal-store
1616 // at a "distance" away from watermark.
H A Doutput.cpp271 // We need to copy the OopMap from the site we're zapping at.
292 // Compute the size of first NumberOfLoopInstrToAlign instructions at the top
295 // avoided if we have enough instructions in fetch buffer at the head of a loop.
304 // Don't aligned a loop if there are enough instructions at the head of a loop
594 assert(objs->at(i)->is_object(), "corrupt object cache");
595 ObjectValue* sv = (ObjectValue*) objs->at(i);
1182 // Compute the size of first NumberOfLoopInstrToAlign instructions at head
1264 // Define the label at the beginning of the basic block
1465 assert(count > 0, "storeCM expects at least one precedence edge");
1507 // in the case that return address is not actually at current_offse
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp715 assert(index >= LIR_OprDesc::vreg_base, "must start at vreg_base");
1915 LIR_Op* at(int i) const { return _operations.at(i); } function in class:LIR_List
2171 // _index_and_count[i * 2 + 1]: the number of ops to be inserted at index
2196 int index_at(int i) const { return _index_and_count.at((i << 1)); }
2197 int count_at(int i) const { return _index_and_count.at((i << 1) + 1); }
2200 LIR_Op* op_at(int i) const { return _ops.at(i); }
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java64 * If you write code that depends on this, you do so at your own risk.
223 // initializer block declaration at this point.
626 * @param env The environment current at the reference.
818 prepend(memberEnter.SuperCall(make.at(body.pos),
1204 // evaluate at compile-time.
1319 * @param env The environment current at the jump statement.
1564 * @param env The environment current at the application.
1618 clazzid1 = make.at(clazz.pos).Select(make.Type(encltype),
1621 clazz = make.at(tree.pos).
1943 JCUnary tree = make.at(ar
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp390 // Called at the wrong time
982 assert(prev_state == _thread_blocked, "JavaThread should be at safepoint");
1064 assert(SafepointSynchronize::is_at_safepoint(), "must be executed at safepoint");
1296 assert(!st.at_end(), "cannot be at end");
2303 JvmtiCodeBlobDesc* blob = _code_blobs->at(i);
2336 oop obj = _allocated->at(i);
2358 if (_allocated->at(i) != NULL) {
2371 // Runs at safepoint. So no need to acquire Threads_lock.
2425 // Do clean up tasks that need to be done at a safepoint
H A DjvmtiRedefineClasses.cpp178 // Append the current entry at scratch_i in scratch_cp to *merge_cp_p
213 // The new entry in *merge_cp_p is at a different index than
229 // The new entry in *merge_cp_p is at a different index than
254 // The new entry in *merge_cp_p is at a different index than
343 // The new entry in *merge_cp_p is at a different index than
461 // The new entry in *merge_cp_p is at a different index than
531 // technically a bit more difficult, and, more importantly, I am not sure at present that the
599 // new overloaded methods at the end of overloaded methods of
605 // method (but different signature) will be put at the end of
622 break; // we've looked at everythin
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp188 void SharedRuntime::trace_ic_miss(address at) { argument
190 if (_ICmiss_at[i] == at) {
197 _ICmiss_at[index] = at;
206 tty->print_cr(" at: " INTPTR_FORMAT " nof: %d", _ICmiss_at[i], _ICmiss_count[i]);
513 tty->print_cr("No exception handler found for exception at " INTPTR_FORMAT " - potential problems:", return_address);
563 "... found polling page %s exception at pc = "
619 guarantee(false, "faulting at call to an obsolete method.");
651 // exception handler for this exception, this time starting at the
714 // These errors occur only at call sites
719 // These errors occur only at cal
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java54 * If you write code that depends on this, you do so at your own risk.
394 * @param env The environment current at the non-local exit.
432 * @param env The environment current at the non-local exit.
480 JCStatement init = make.at(vdef.pos()).
490 JCStatement init = make.at(vdef.pos).
524 JCBlock block = make.at(clinitStats.head.pos()).Block(0, clinitStats);
678 * @param env The environment current at the definition.
875 // Create a new local environment that points pack at method
925 // return at the end.
1059 * @param step "Step" statements to be inserted at en
[all...]
H A DClassWriter.java56 * If you write code that depends on this, you do so at your own risk.
304 ArrayType at = (ArrayType)type;
306 assembleSig(at.elemtype);
1542 // WHM 6/29/1999: Strip file path prefix. We do it here at
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java10 * You may obtain a copy of the License at
459 * cannot be determined. In 1.0 mode, the error message is emitted at
1238 AbstractTranslet at = (AbstractTranslet) translet;
1239 doc = at.newDocument("", "__top__");
1338 throw new InternalRuntimeError("Expected element missing at " + i);
1340 throw new InternalRuntimeError("Too many elements at " + i);
1366 * of nodes to just one single node (the one at position n).
1476 // Handle case when prefix is not known at compile time
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_pt_BR.properties183 cos-list-of-atomic = cos-list-of-atomic: Na defini\u00E7\u00E3o do tipo de lista ''{0}'', o tipo ''{1}'' \u00E9 um tipo de elemento da lista inv\u00E1lido porque n\u00E3o \u00E9 at\u00F4mico (''{1}'' \u00E9 um tipo de lista ou um tipo de uni\u00E3o que cont\u00E9m uma lista).
188 cos-st-restricts.1.1 = cos-st-restricts.1.1: O tipo ''{1}'' \u00E9 at\u00F4mico. Dessa forma, sua ''{''base type definition''}'', ''{0}'', deve ser uma defini\u00E7\u00E3o de tipo simples at\u00F4mico ou um tipo de dados primitivo criado.
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp257 // dependencies and if parameters are passed at the same position as in the current method
321 // record dependencies if at least one parameter retained stack-allocatable
1141 assert(handler_count > 0, "must find at least one handler");
1464 ciKlass *k = _dependencies.at(i)->as_klass();
1465 ciMethod *m = _dependencies.at(i+1)->as_method();
H A DciTypeFlow.hpp78 // class represents a call to the routine at some entry address
116 return _set->at(i);
164 // A StateVector summarizes the type information at some
538 // pre_order, assigned at first visit. Used as block ID and "visited" tag
808 // only at the end of the flow.
826 // Return the block beginning at bci which has a JsrSet compatible
906 // Merge the current state into all exceptional successors at the
912 // Merge the current state into all successors at the current point
H A DciEnv.cpp320 a->obj_at_put(i, objects->at(i)->get_oop());
581 assert(index < 0, "only one kind of index at a time");
915 // describing what failed and allow the assert at the end to
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java10 * You may obtain a copy of the License at
439 // Attr's Next is defined at DTM level, but not at DOM level.
1595 * object that supports at least one version of the feature.
1649 * object that supports at least one version of the feature.
1682 * exists in the other map and is equal, although not necessarily at the
1685 * same length and contain equal nodes at the same index. This is true
1813 // at this point we are dealing with DOM Level 2 nodes only
2357 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp324 // Currently, it is only consulted during GC and it's reset at the
334 // It initializes the GC alloc regions at the start of a GC.
337 // It releases the GC alloc regions at the end of a GC.
404 // called at the end of a GC and artificially expands the heap by
429 err_msg("%s : Heap_lock locked: %s, at safepoint: %s, is VM thread: %s", \
447 "should be at a safepoint")); \
455 "should not be at a safepoint")); \
469 "should not be at a safepoint")); \
476 heap_locking_asserts_err_msg("should be at a safepoint")); \
482 heap_locking_asserts_err_msg("should not be at
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp223 // will allow deoptimization at this safepoint to find all possible
424 // On Intel we have to round all doubles (and most floats) at
579 // at all. We've come from compiled code and are attempting to jump to the
849 // are accessed as negative so LSW is at LOW address
861 // are accessed as negative so LSW is at LOW address
1447 member_reg = rbx; // known to be free at this point
1478 receiver_reg = rcx; // known to be free at this point
1536 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually
1603 const char* at = atype->as_C_string(); local
1604 if (strlen(at)
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java856 // Create them now, all at once.
1549 // Expect no elements at all. Skip quickly.
1943 Instruction.at(buf, curPC);
2082 //Instruction.at(buf, curPC).setBranchLabel(getLabel(bc_label, code, curPC));
2185 ibr = Instruction.at(code.bytes, curPC, ibr);

Completed in 411 milliseconds

<<111213141516