Home | History | Annotate | Download | only in ic

Lines Matching full:loop_body

95   Label loop_body(this, &var_map);
96 Goto(&loop_body);
98 Bind(&loop_body);
113 GotoIf(IsFastElementsKind(elements_kind), &loop_body);
114 GotoIf(Word32Equal(elements_kind, Int32Constant(NO_ELEMENTS)), &loop_body);