Searched refs:loop (Results 151 - 175 of 176) sorted by relevance

12345678

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java901 loop:
914 break loop;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp157 BitMap2D _interval_in_loop; // bit set for each virtual register that is contained in each loop
188 bool is_interval_in_loop(int interval, int loop) const { return _interval_in_loop.at(interval, loop); }
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java684 * The loop is in case of HANDSHAKE --> ERROR transitions, etc
686 loop:
707 break loop;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1319 Label exit, loop; local
1322 __ bind(loop);
1325 __ jcc(Assembler::greater, loop);
H A DtemplateInterpreter_x86_64.cpp1336 Label exit, loop; local
1339 __ bind(loop);
1342 __ jcc(Assembler::greater, loop);
H A DsharedRuntime_x86_32.cpp2681 ++c_arg; // Move over the T_VOID To keep the loop indices in sync
2760 ++c_arg; // Move over the T_VOID To keep the loop indices in sync
3041 // Push interpreter frames in a loop
3042 Label loop; local
3043 __ bind(loop);
3073 __ jcc(Assembler::notZero, loop);
3261 // Push interpreter frames in a loop
3262 Label loop; local
3263 __ bind(loop);
3293 __ jcc(Assembler::notZero, loop);
[all...]
H A DsharedRuntime_x86_64.cpp2932 // Even though a string arg in a register is still live after this loop
2933 // after the string conversion loop (next) it will be dead so we take
2966 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3026 // string oops were left untouched by the previous loop even if the
3065 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3133 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3245 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3513 // Push interpreter frames in a loop
3514 Label loop; local
3515 __ bind(loop);
3714 Label loop; local
[all...]
H A DstubGenerator_x86_32.cpp214 // parameter passing loop
216 Label loop; local
225 __ BIND(loop);
233 __ jcc(Assembler::notZero, loop);
1019 // Copy 8-byte chunks through MMX registers, 8 per iteration of the loop
1442 // rax, rdx, rcx -- loop control (end_from, end_to, count)
1506 // ======== begin loop ========
1518 // ======== loop entry is here ========
1531 // ======== end loop ========
1581 // to a long, int, short, or byte copy loop
[all...]
H A DstubGenerator_x86_64.cpp323 Label loop; local
326 __ BIND(loop);
331 __ jcc(Assembler::notZero, loop);
2374 // ======== begin loop ========
2386 // ======== loop entry is here ========
2394 // ======== end loop ========
2438 // to a long, int, short, or byte copy loop.
2704 BLOCK_COMMENT("choose copy loop based on element size");
2815 // the checkcast_copy loop needs two extra arguments:
3390 // This is a version of CBC/AES Decrypt which does 4 blocks in a loop a
[all...]
H A Dc1_LIRAssembler_x86.cpp281 // loop that triggered osr - in particular, we have
545 // starting loop
556 // compare the strings in a loop
558 Label loop; local
560 __ bind(loop);
566 __ jcc(Assembler::notZero, loop);
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp153 //-------------------------------loop-------------------------------------
154 // Create the loop head portion (*) of:
158 // loop body
161 // * } else // exits loop
163 // Pushes the loop top cvstate first, then the else (loop exit) cvstate
165 void IdealKit::loop(GraphKit* gkit, int nargs, IdealVariable& iv, Node* init, BoolTest::mask relop, Node* limit, float prob, float cnt) { function in class:IdealKit
166 assert((state() & (BlockS|LoopS|IfThenS|ElseS)), "bad state for new loop");
170 // Add loop predicate.
182 assert(ctrl()->is_IfTrue(), "true branch stays in loop");
[all...]
H A Dlibrary_call.cpp1207 // // But, reversing loop inhibits unroll of inner loop
1208 // // for unknown reason. So, does running outer loop from
1268 __ loop(this, nargs, i, sourceOffset, BoolTest::lt, sourceEnd); {
1273 __ loop(this, nargs, j, zero, BoolTest::lt, targetCountLess1); {
4234 // Everything else uses the tight inline loop supplied by CopyArrayNode.
4553 // slowval = call generic copy loop
4557 // slowval = call checked copy loop
4560 // call bulk copy loop
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java1873 loop:
1877 break loop;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java688 loop: while (true) {
697 break loop;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1011 Label loop; local
1012 __ bind(loop);
1014 __ br_null_short(L0, Assembler::pt, loop);
3033 ++c_arg; // move over the T_VOID to keep the loop indices in sync
3360 // loop through the UnrollBlock info and create new frames
3368 Label loop; local
3404 __ bind(loop);
3410 __ cmp_zero_and_br(Assembler::notZero, O4array_size, loop);
3464 // - in a loop using the information returned in the previous step
3673 // - in a loop usin
[all...]
H A DcppInterpreter_sparc.cpp1387 Label entry, loop; local
1409 __ bind(loop);
1414 __ br(Assembler::notEqual, false, Assembler::pt, loop);
H A Dinterp_masm_sparc.cpp1037 { Label loop, exception, entry, restart; local
1075 bind(loop);
1090 brx(Assembler::notEqual, true, pn, loop); // if not at bottom then check this entry
1911 // On entry to loop,
2171 // overflow in loop, pass branch bytecode
H A DstubGenerator_sparc.cpp213 Label loop; local
214 __ BIND(loop);
220 __ br(Assembler::greater, false, Assembler::pt, loop);
1143 // 64 bytes tail + bytes copied in one loop iteration
2740 const Register O5_offset = O5; // loop var, with stride wordSize
2741 const Register G1_remain = G1; // loop var, with stride -1
2781 __ addcc(O2_count, 0, G1_remain); // initialize loop index, and test it
2790 // ======== begin loop ========
2805 // ======== loop entry is here ========
2815 // ======== end loop
[all...]
H A Dassembler_sparc.cpp3250 // Top of search loop
4275 Label loop; local
4276 bind(loop);
4282 br(Assembler::greater, false, Assembler::pn, loop);
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java256 /* This is called from the rendering loop. FontInfo is supplied
1477 loop:
1481 continue loop;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java478 int i, j, k; // loop variables
1114 loop: while (true) {
1153 break loop;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java519 public void run(boolean loop) argument
529 // break the loop here.
536 if (loop == SECONDARY_LOOP) {
537 // In the secondary loop we may have already aquired awt_lock
540 // For now, we just avoid waitForEvents in the secondary loop.
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java1028 private int loopEndFrame; // the last sample included in the loop
1075 // initialize loop selection with full range
1081 loopCount = 0; // means: play the clip irrespective of loop points from beginning to end
1287 public void loop(int count) { method in class:DirectAudioDevice.DirectClip
1289 // will be played, i.e. it will play past the loop end point
1355 // main playback loop
1393 // at end of playback. If looping is on, loop back to the beginning.
1401 if (Printer.debug) Printer.debug("stop clip in run() loop:");
/openjdk7/jdk/make/java/redist/
H A DMakefile82 $(SUBDIRS-loop)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java933 // generate a small loop instead
1055 /** Generate code for a loop.
1056 * @param loop The tree representing the loop.
1057 * @param body The loop's body.
1058 * @param cond The loop's controling condition.
1061 * @param testFirst True if the loop test belongs before the body.
1063 private void genLoop(JCStatement loop, argument
1068 Env<GenContext> loopEnv = env.dup(loop, new GenContext());

Completed in 704 milliseconds

12345678