Home
last modified time | relevance | path

Searched refs:done_loop (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc900 Label loop(this, &var_current), done_loop(this); in ConstructWithSpread()
922 &done_loop, &mark_megamorphic); in ConstructWithSpread()
933 BIND(&done_loop); in ConstructWithSpread()
1453 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile()
1463 &done_loop); in ExportParametersAndRegisterFile() local
1473 BIND(&done_loop); in ExportParametersAndRegisterFile()
1483 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile()
1488 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); in ExportParametersAndRegisterFile() local
1501 BIND(&done_loop); in ExportParametersAndRegisterFile()
1524 Label loop(this, &var_index), done_loop(thi in ImportRegisterFile()
1529 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); ImportRegisterFile() local
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrncmp.S222 b.lo L(done_loop)
239 L(done_loop):
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc1377 Label loop(this, {&var_table, &var_index}), done_loop(this);
1386 GotoIf(TaggedIsSmi(next_table), &done_loop);
1394 BIND(&done_loop);
1439 Label loop(this, &var_index), done_loop(this);
1451 Branch(IsTheHole(entry_key), &loop, &done_loop);
1454 BIND(&done_loop);
1905 Label loop(this, {&var_index, &var_table}), done_loop(this);
1920 NextSkipHoles<OrderedHashMap>(table, index, &done_loop);
1938 BIND(&done_loop);
2141 Label loop(this, {&var_index, &var_table}), done_loop(thi
[all...]
H A Dbuiltins-array-gen.cc1412 Label loop(this, {&var_target_index, &var_source_index}), done_loop(this); in FlattenIntoArray()
1420 GotoIfNumberGreaterThanOrEqual(source_index, source_length, &done_loop); in FlattenIntoArray()
1526 BIND(&done_loop); in FlattenIntoArray()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc729 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
732 __ Branch(&done_loop, lt, a3, Operand(zero_reg)); in Generate_ResumeGeneratorTrampoline()
737 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2320 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2325 __ Branch(&done_loop, lt, t0, Operand(zero_reg)); in Generate_CallBoundFunctionImpl()
2330 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2496 Label loop, done_loop; in Generate_ConstructBoundFunction() local
2501 __ Branch(&done_loop, lt, t0, Operand(zero_reg)); in Generate_ConstructBoundFunction()
2506 __ bind(&done_loop); in Generate_ConstructBoundFunction()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc425 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
428 __ Branch(&done_loop, lt, a3, Operand(zero_reg)); in Generate_ResumeGeneratorTrampoline()
433 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2373 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2379 __ Branch(&done_loop, lt, a4, Operand(zero_reg)); in Generate_CallBoundFunctionImpl()
2384 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2546 Label loop, done_loop; in Generate_ConstructBoundFunction() local
2552 __ Branch(&done_loop, lt, a4, Operand(zero_reg)); in Generate_ConstructBoundFunction()
2557 __ bind(&done_loop); in Generate_ConstructBoundFunction()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc426 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
429 __ Branch(&done_loop, lt, a3, Operand(zero_reg)); in Generate_ResumeGeneratorTrampoline()
434 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2376 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2382 __ Branch(&done_loop, lt, a4, Operand(zero_reg)); in Generate_CallBoundFunctionImpl()
2387 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2550 Label loop, done_loop; in Generate_ConstructBoundFunction() local
2556 __ Branch(&done_loop, lt, a4, Operand(zero_reg)); in Generate_ConstructBoundFunction()
2561 __ bind(&done_loop); in Generate_ConstructBoundFunction()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc452 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
455 __ Branch(&done_loop, lt, a3, Operand(zero_reg), Label::Distance::kNear); in Generate_ResumeGeneratorTrampoline()
461 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2513 Label loop, done_loop; in Generate_PushBoundArguments() local
2519 __ Branch(&done_loop, lt, a4, Operand(zero_reg), Label::Distance::kNear); in Generate_PushBoundArguments()
2524 __ bind(&done_loop); in Generate_PushBoundArguments()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc703 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
707 __ blt(&done_loop); in Generate_ResumeGeneratorTrampoline()
714 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc694 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
697 __ j(less, &done_loop); in Generate_ResumeGeneratorTrampoline()
701 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc792 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
795 __ j(less, &done_loop, Label::kNear); in Generate_ResumeGeneratorTrampoline()
800 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc440 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
443 __ b(lt, &done_loop); in Generate_ResumeGeneratorTrampoline()
448 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc676 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
679 __ blt(&done_loop); in Generate_ResumeGeneratorTrampoline()
686 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5450 Label loop(this, &var_value), done_loop(this, &var_result);
5462 Goto(&done_loop);
5471 BIND(&done_loop);
5966 Label loop(this, &var_value), done_loop(this),
5974 (primitive_type == PrimitiveType::kNumber) ? &done_loop : &done_throw);
6000 GotoIf(TaggedEqual(value_map, BooleanMapConstant()), &done_loop);
6003 GotoIf(TaggedEqual(value_map, HeapNumberMapConstant()), &done_loop);
6006 GotoIf(IsStringInstanceType(value_instance_type), &done_loop);
6009 GotoIf(TaggedEqual(value_map, SymbolMapConstant()), &done_loop);
6040 BIND(&done_loop);
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc7517 Node* done_loop;
7539 done_loop = graph()->NewNode(common()->IfTrue(), control);
7576 control = done_loop;

Completed in 71 milliseconds