Searched refs:EndLoop (Results 1 – 9 of 9) sorted by relevance
198 private static final int EndLoop=2; field in CharsetSCSU.CharsetDecoderSCSU266 case EndLoop: in decodeLoop()280 case EndLoop: in decodeLoop()328 label = EndLoop; in fastSingle()362 label = EndLoop; in singleByteMode()405 label = EndLoop; in singleByteMode()459 label = EndLoop; in singleByteMode()488 label = EndLoop; in singleByteMode()500 label = EndLoop; in singleByteMode()514 label = EndLoop; in singleByteMode()[all …]
63 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations()74 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop()77 rc_remove_instruction(loop->EndLoop); in unroll_loop()245 loop->EndLoop = inst; in try_unroll_loop()316 loop->EndLoop = NULL; in try_unroll_loop()341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info()407 loop->EndLoop = ptr; in build_loop_info()413 && loop->Cond && loop->EndLoop) { in build_loop_info()481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()528 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
41 struct rc_instruction * EndLoop; member
73 void EndLoop();
63 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::compiler::LoopBuilder
1141 while_loop.EndLoop(); in VisitDoWhileStatement()1153 while_loop.EndLoop(); in VisitWhileStatement()1171 for_loop.EndLoop(); in VisitForStatement()
76 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::interpreter::LoopBuilder
93 void EndLoop();
1193 loop_builder.EndLoop(); in VisitDoWhileStatement()1213 loop_builder.EndLoop(); in VisitWhileStatement()1241 loop_builder.EndLoop(); in VisitForStatement()1353 loop_builder.EndLoop(); in VisitForInStatement()1373 loop_builder.EndLoop(); in VisitForOfStatement()