Home
last modified time | relevance | path

Searched refs:loop_next (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc894 Label loop(this, &index), loop_next(this); in TF_BUILTIN() local
959 Goto(&loop_next); in TF_BUILTIN()
983 Goto(&loop_next); in TF_BUILTIN()
1009 Goto(&loop_next); in TF_BUILTIN()
1044 Goto(&loop_next); in TF_BUILTIN()
1079 Goto(&loop_next); in TF_BUILTIN()
1092 Goto(&loop_next); in TF_BUILTIN()
1095 BIND(&loop_next); in TF_BUILTIN()
Dbuiltins-async-generator-gen.cc291 Label loop_next(this), next_empty(this); in AddAsyncGeneratorRequestToQueue() local
295 Branch(IsUndefined(next), &next_empty, &loop_next); in AddAsyncGeneratorRequestToQueue()
302 BIND(&loop_next); in AddAsyncGeneratorRequestToQueue()
/external/v8/src/compiler/
Deffect-control-linearizer.cc2832 auto loop_next = __ MakeLabel(MachineRepresentation::kTagged, in LowerStringCharCodeAt() local
2884 __ Goto(&loop_next, receiver_actual, position); in LowerStringCharCodeAt()
2895 __ Goto(&loop_next, receiver_first, position); in LowerStringCharCodeAt()
2940 __ Goto(&loop_next, receiver_parent, in LowerStringCharCodeAt()
2957 __ Bind(&loop_next); in LowerStringCharCodeAt()
2958 __ Goto(&loop, loop_next.PhiAt(0), loop_next.PhiAt(1)); in LowerStringCharCodeAt()