Searched defs:done (Results 151 - 172 of 172) sorted by relevance

1234567

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c457 int done; /* To stop early if the list is pre-sorted */ local
460 done = 1;
471 done = 0;
475 if (done)
598 * I have not done extensive checking on this number.
1282 * and it is called before the 'rowbytes' calculation is done, so the code
1460 * composite (background and alpha) stuff, which can be pretty much all done
1503 * compositing on black. This is probably sub-optimal and has been done in
1664 /* Prevent the transformations being done again.
2124 * In most cases, the "simple transparency" should be done prio
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp518 bool done() { return _index < 0; } // Finished? function in class:ciTypeFlow::SuccIter
778 bool done() { return _current == NULL; } // Finished iterating? function in class:ciTypeFlow::PostorderLoops
790 bool done() { return _current == NULL; } // Finished iterating? function in class:ciTypeFlow::PreorderLoops
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp924 // done to keep Ideal graph simple.
2304 for (LoopTreeIterator iter(_ltree_root); !iter.done(); iter.next()) {
2378 // until no more loop optimizations could be done.
2394 for (LoopTreeIterator iter(_ltree_root); !iter.done(); iter.next()) {
2748 // Once I've done the forward recursion, I do the post-work. For each child
3066 bool done = true; // Assume all n's inputs will be processed local
3080 done = false; // Not all n's inputs processed.
3091 if (done) {
3745 assert(!done(), "must not be done
[all...]
H A Dmacro.cpp253 // checks if the store done to a different from the value's region.
486 bool done = sfpt_mem == alloc_mem; local
488 while (!done) {
494 done = true; // hit a sentinel, return appropriate 0 value
498 done = true; // Something go wrong.
502 done = true;
510 done = true;
529 done = true;
1498 // if we generated only a slow call, we are done
1954 assert(oldbox->is_eliminated(), "should be done alread
[all...]
H A Dcompile.cpp759 // This is done by a special, unique ReturnNode bound to root.
766 // This is done by a special, unique RethrowNode bound to root.
1152 // additional work that needs to be done to identify reachable nodes
1885 assert( igvn._worklist.size() == 0, "should be done with igvn" );
2058 // at least to this point, even if no loop optimizations were done.
2357 bool done = false; local
2362 while (mem->Opcode() == Op_StoreCM && mem->outcnt() == 1 && !done) {
2378 done = true;
2954 // It could be done for an uncommon traps or any safepoints/calls
3310 _log->done("phas
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp381 // done
765 // The peephole pass fills the delay slot, add_call_info is done in
775 // The peephole pass fills the delay slot, add_call_info is done in
1386 // remember the offset of the load. The patching_epilog must be done
1532 // remember the offset of the store. The patching_epilog must be done
1764 // the sethi has been done above, so just put in the low 10 bits
2724 Label profile_cast_success, profile_cast_failure, done; local
2725 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
2742 __ ba_short(done);
2745 __ br_null_short(value, Assembler::pn, done);
2802 Label success, failure, done; local
[all...]
H A Dinterp_masm_sparc.cpp516 Label done; local
523 br(Assembler::notZero, false, Assembler::pt, done);
543 bind(done);
1177 Label done; local
1187 biased_locking_enter(obj_reg, mark_reg, temp_reg, done, &slow_case);
1203 // if the compare and exchange succeeded we are done (we saw an unlocked object)
1204 cmp_and_brx_short(mark_reg, temp_reg, Assembler::equal, Assembler::pt, done);
1227 // if condition is true we are done and hence we can store 0 in the displaced
1228 // header indicating it is a recursive lock and be done
1229 brx(Assembler::zero, true, Assembler::pt, done);
1254 Label done; local
1373 Label done; local
1641 record_klass_in_profile_helper( Register receiver, Register scratch, int start_row, Label& done, bool is_virtual_call) argument
1723 Label done; local
[all...]
H A DsharedRuntime_sparc.cpp223 // And we're done.
1779 Label is_null, done; local
1792 __ ba_short(done);
1797 __ bind(done);
2414 Label done; local
2429 __ br(Assembler::equal, false, Assembler::pt, done);
2458 __ bind(done);
2503 // calls for blocking or unlocking. An FP or OOP result (handle) is done
2622 Label done; local
2634 __ br(Assembler::equal, false, Assembler::pt, done);
[all...]
H A DstubGenerator_sparc.cpp223 // done
2780 Label load_element, store_element, do_card_marks, fail, done; local
2823 __ brx(Assembler::zero, false, Assembler::pt, done);
2829 __ BIND(done);
2932 BLOCK_COMMENT("arraycopy_range_checks done");
3037 BLOCK_COMMENT("assert done");
H A Dassembler_sparc.cpp269 done();
1306 if (lsb32 & 0xFFFFFC00) { // done?
1985 // restore(); done in callee to save space!
2254 Label check_low_parts, done; local
2272 ba(done); delayed()-> movcc(greater, false, icc, 1, Rresult);
2274 br(less, true, pt, done); delayed()-> set(-1, Rresult);
2275 br(greater, true, pt, done); delayed()-> set( 1, Rresult);
2286 br(equal, true, pt, done); delayed()->set( 0, Rresult);
2287 br(greaterUnsigned, true, pt, done); delayed()->set( 1, Rresult);
2289 bind( done );
2316 Label big_shift, done; local
2377 Label big_shift, done; local
2440 Label big_shift, done; local
2531 Label done; local
3316 biased_locking_enter(Register obj_reg, Register mark_reg, Register temp_reg, Label& done, Label* slow_case, BiasedLockingCounters* counters) argument
3460 biased_locking_exit(Address mark_addr, Register temp_reg, Label& done, bool allow_delay_slot_filling) argument
3517 Label done ; local
3738 Label done ; local
4052 Label done; local
4771 Label done; local
4820 Label done; local
[all...]
H A Dassembler_sparc.hpp1312 void done() { v9_only(); cti(); emit_long( op(arith_op) | fcn(0) | op3(done_op3) ); } function in class:Assembler
1919 // %%%%%% Currently not done for SPARC
2497 // In the fall-through case where the CAS-based lock is done,
2500 Label& done, Label* slow_case = NULL,
2508 void biased_locking_exit(Address mark_addr, Register temp_reg, Label& done, bool allow_delay_slot_filling = false);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp338 // inline cache check; done before the frame is built.
1832 Label profile_cast_success, profile_cast_failure, done; local
1833 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
1846 __ jmp(done);
1849 __ jcc(Assembler::equal, done);
1877 type_profile_helper(mdo, md, data, recv, &done);
1878 __ jmpb(done);
1887 __ bind(done);
1902 Label success, failure, done; local
1906 __ jmpb(done);
2609 Label done; local
2816 Label done; local
3072 Label done; local
[all...]
H A DsharedRuntime_x86_32.cpp1386 Label is_null, done; local
1401 __ jmpb(done);
1407 __ bind(done);
2037 // These 3 tests can be done by evaluating the following
2192 Label done; local
2198 __ biased_locking_exit(obj_reg, rbx, done);
2204 __ jcc(Assembler::equal, done);
2233 __ bind(done);
2272 // no exception, we're almost done
2765 // Ok now we are done
[all...]
H A DsharedRuntime_x86_64.cpp1440 Label is_null, done; local
1456 __ jmpb(done);
1462 __ bind(done);
2302 // These 3 tests can be done by evaluating the following
2445 Label done; local
2448 __ biased_locking_exit(obj_reg, old_hdr, done);
2454 __ jcc(Assembler::equal, done);
2480 __ bind(done);
3102 Label done, convert; local
3115 __ jmp(done);
[all...]
H A DtemplateTable_x86_32.cpp236 // the pair bytecodes have already done the load.
509 Label rewrite, done; local
518 __ jcc(Assembler::equal, done);
536 __ bind(done);
803 Label rewrite, done; local
812 __ jcc(Assembler::equal, done);
841 __ bind(done);
966 Label is_null, ok_is_subtype, done; local
1003 __ jmp(done);
1013 __ bind(done);
2765 Label done; local
3224 Label done; local
3409 Label done, is_null, ok_is_subtype, quicked, resolved; local
3460 Label done, is_null, ok_is_subtype, quicked, resolved; local
[all...]
H A DtemplateTable_x86_64.cpp242 // the pair bytecodes have already done the load.
525 Label rewrite, done; local
537 __ jcc(Assembler::equal, done);
555 __ bind(done);
813 Label rewrite, done; local
825 __ jcc(Assembler::equal, done);
862 __ bind(done);
991 Label is_null, ok_is_subtype, done; local
1031 __ jmp(done);
1041 __ bind(done);
1561 Label done; local
1572 Label done; local
3288 Label done; local
3468 Label done, is_null, ok_is_subtype, quicked, resolved; local
3521 Label done, is_null, ok_is_subtype, quicked, resolved; local
[all...]
H A Dassembler_x86.cpp1780 // The selection is done in MacroAssembler::movdbl() and movflt().
5528 Label& done,
5598 jcc(Assembler::equal, done);
5659 jmp(done);
5695 jmp(done);
5787 Label high, low, done; local
5796 jcc(Assembler::equal, done);
5801 jmp(done);
5807 bind(done);
6137 Label& done,
5523 biased_locking_enter(Register lock_reg, Register obj_reg, Register swap_reg, Register tmp_reg, bool swap_reg_contains_mark, Label& done, Label* slow_case, BiasedLockingCounters* counters) argument
6132 biased_locking_enter(Register lock_reg, Register obj_reg, Register swap_reg, Register tmp_reg, bool swap_reg_contains_mark, Label& done, Label* slow_case, BiasedLockingCounters* counters) argument
6781 biased_locking_exit(Register obj_reg, Register temp_reg, Label& done) argument
7665 Label slow_case, done; local
8603 Label done; local
8718 Label done; local
9257 Label slow_case, done; local
10389 Label done; local
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp1132 // Fields for cleaning up when we are done walking the previous versions:
1227 bool done() const { function in class:InnerClassesIterator
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1656 static void done(); // clean-up
1685 // Object marking is done so restore object headers
1686 void ObjectMarker::done() { function in class:ObjectMarker
1746 // ObjectMarker's done() function to restore object headers.
1753 ObjectMarker::done();
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp1061 JNI_CHECK_PEER_GOTO(parent, done);
1066 JNI_CHECK_NULL_GOTO(target, "null target", done);
1123 done:
1174 BOOL done = false; local
1286 done = TRUE;
1290 if (!done) {
2444 JNI_CHECK_NULL_GOTO(iconRasterBuffer, "iconRaster data", done);
2472 done:
2656 JNI_CHECK_NULL_GOTO(rasterBuffer, "raster data", done);
2668 done
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1062 // Update top(). Must be done after clearing the bitmap and summary data.
1434 // The gc number is saved whenever a maximum compaction is done, and used to
1824 // summary data. This simplifies the copy/update phase and must be done
1949 bool done = _summary_data.summarize(_space_info[id].split_info(), local
1954 assert(done, "space must fit into old gen");
1961 bool done = _summary_data.summarize(_space_info[id].split_info(), local
1966 assert(!done, "space should not fit into old gen");
1977 done = _summary_data.summarize(_space_info[id].split_info(),
1982 assert(done, "space must fit when compacted into itself");
2138 // Does the perm gen always have to be done seriall
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java1566 public boolean done() { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SymbolIteratorImpl
1571 if (done()) throw new NoSuchElementException("No more symbols");
2254 if (!done()) {
2260 public boolean done() { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl
2265 if (done()) throw new NoSuchElementException();
2267 if (!done()) {

Completed in 963 milliseconds

1234567