Searched refs:EndLoop (Results 1 – 7 of 7) sorted by relevance
198 private static final int EndLoop=2; field in CharsetSCSU.CharsetDecoderSCSU264 case EndLoop: in decodeLoop()278 case EndLoop: in decodeLoop()326 label = EndLoop; in fastSingle()360 label = EndLoop; in singleByteMode()403 label = EndLoop; in singleByteMode()457 label = EndLoop; in singleByteMode()486 label = EndLoop; in singleByteMode()498 label = EndLoop; in singleByteMode()512 label = EndLoop; in singleByteMode()[all …]
62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations()73 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop()76 rc_remove_instruction(loop->EndLoop); in unroll_loop()244 loop->EndLoop = inst; in try_unroll_loop()315 loop->EndLoop = NULL; in try_unroll_loop()340 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info()394 loop->EndLoop = ptr; in build_loop_info()400 && loop->Cond && loop->EndLoop) { in build_loop_info()468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()515 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
16 struct rc_instruction * EndLoop; member
75 void EndLoop();
61 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::compiler::LoopBuilder
589 while_loop.EndLoop(); in VisitDoWhileStatement()601 while_loop.EndLoop(); in VisitWhileStatement()617 for_loop.EndLoop(); in VisitForStatement()757 for_loop.EndLoop(); in VisitForInStatement()
494 loop.EndLoop(); in RunCopyElements()