Home
last modified time | relevance | path

Searched refs:if_slow (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.cc544 GotoIf(TaggedIsSmi(receiver), &if_slow); in InvokeThen()
551 &if_slow); in InvokeThen()
565 BIND(&if_slow); in InvokeThen()
605 BIND(&if_slow); in InvokeResolve()
628 GotoIfForceSlowPath(if_slow); in BranchIfPromiseResolveLookupChainIntact()
642 GotoIfForceSlowPath(if_slow); in BranchIfPromiseSpeciesLookupChainIntact()
644 if_slow); in BranchIfPromiseSpeciesLookupChainIntact()
653 GotoIfForceSlowPath(if_slow); in BranchIfPromiseThenLookupChainIntact()
658 if_slow); in BranchIfPromiseThenLookupChainIntact()
1120 BIND(&if_slow); in TF_BUILTIN()
[all …]
H A Dbuiltins-promise-gen.h147 Label* if_fast, Label* if_slow);
155 Label* if_fast, Label* if_slow);
163 Label* if_slow);
H A Dbuiltins-object-gen.cc81 void GotoIfMapHasSlowProperties(TNode<Map> map, Label* if_slow);
258 TNode<Map> map, Label* if_slow) { in GotoIfMapHasSlowProperties() argument
259 GotoIf(IsStringWrapperElementsKind(map), if_slow); in GotoIfMapHasSlowProperties()
260 GotoIf(IsSpecialReceiverMap(map), if_slow); in GotoIfMapHasSlowProperties()
261 GotoIf(HasHiddenPrototype(map), if_slow); in GotoIfMapHasSlowProperties()
262 GotoIf(IsDictionaryMap(map), if_slow); in GotoIfMapHasSlowProperties()
709 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
712 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
719 &if_slow); in TF_BUILTIN()
726 &if_slow); in TF_BUILTIN()
[all …]
H A Dbuiltins-regexp-gen.cc3158 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
3159 BranchIfFastRegExp(context, iterating_regexp, &if_fast, &if_slow); in TF_BUILTIN()
3169 BIND(&if_slow); in TF_BUILTIN()
3196 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
3199 Branch(var_is_fast_regexp.value(), &if_fast, &if_slow); in TF_BUILTIN()
3234 BIND(&if_slow); in TF_BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-object-gen.cc460 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
463 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
471 &if_slow); in TF_BUILTIN()
478 &if_slow); in TF_BUILTIN()
520 BIND(&if_slow); in TF_BUILTIN()
551 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
555 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
559 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
563 &if_slow); in TF_BUILTIN()
578 GotoIfNot(WordEqual(object_enum_length, number_descriptors), &if_slow); in TF_BUILTIN()
[all …]
H A Dbuiltins-async-generator-gen.cc521 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
522 GotoIfForceSlowPath(&if_slow); in TF_BUILTIN()
523 GotoIf(IsPromiseHookEnabled(), &if_slow); in TF_BUILTIN()
524 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN()
534 BIND(&if_slow); in TF_BUILTIN()
H A Dbuiltins-internal-gen.cc916 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
941 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
947 BIND(&if_slow); in TF_BUILTIN()
971 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
996 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
1011 BIND(&if_slow); in TF_BUILTIN()
1021 GotoIf(IsPrivateSymbol(name), &if_slow); in TF_BUILTIN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-async-generator-gen.cc523 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
524 GotoIfForceSlowPath(&if_slow); in TF_BUILTIN()
525 GotoIf(IsPromiseHookEnabled(), &if_slow); in TF_BUILTIN()
526 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN()
536 BIND(&if_slow); in TF_BUILTIN()
H A Dbuiltins-object-gen.cc477 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
480 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
488 &if_slow); in TF_BUILTIN()
495 &if_slow); in TF_BUILTIN()
533 BIND(&if_slow); in TF_BUILTIN()
564 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
568 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
572 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
576 &if_slow); in TF_BUILTIN()
591 GotoIfNot(WordEqual(object_enum_length, number_descriptors), &if_slow); in TF_BUILTIN()
[all …]
H A Dbuiltins-internal-gen.cc996 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1021 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
1027 BIND(&if_slow); in TF_BUILTIN()
1051 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1076 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
1091 BIND(&if_slow); in TF_BUILTIN()
1101 GotoIf(IsPrivateSymbol(name), &if_slow); in TF_BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-async-generator-gen.cc518 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
519 GotoIfForceSlowPath(&if_slow); in TF_BUILTIN()
520 GotoIf(IsIsolatePromiseHookEnabledOrHasAsyncEventDelegate(), &if_slow); in TF_BUILTIN()
521 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN()
531 BIND(&if_slow); in TF_BUILTIN()
H A Dbuiltins-object-gen.cc467 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
470 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
478 &if_slow); in TF_BUILTIN()
485 &if_slow); in TF_BUILTIN()
527 BIND(&if_slow); in TF_BUILTIN()
588 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
592 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
596 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
600 &if_slow); in TF_BUILTIN()
615 GotoIfNot(WordEqual(object_enum_length, number_descriptors), &if_slow); in TF_BUILTIN()
[all …]
H A Dbuiltins-internal-gen.cc1149 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1174 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
1180 BIND(&if_slow); in TF_BUILTIN()
1204 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1229 lookup_element_in_holder, &if_notfound, &if_slow, in TF_BUILTIN()
1244 BIND(&if_slow); in TF_BUILTIN()
1254 GotoIf(IsPrivateSymbol(name), &if_slow); in TF_BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2479 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2481 &if_slow); in IGNITION_HANDLER()
2491 BIND(&if_slow); in IGNITION_HANDLER()
2851 Label if_fast(this), if_slow(this); in IGNITION_HANDLER() local
2852 Branch(IsMap(enumerator), &if_fast, &if_slow); in IGNITION_HANDLER()
2881 BIND(&if_slow); in IGNITION_HANDLER()
2916 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2918 Branch(WordEqual(receiver_map, cache_type), &if_fast, &if_slow); in IGNITION_HANDLER()
2925 BIND(&if_slow); in IGNITION_HANDLER()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dinterpreter-generator.cc2682 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2684 &if_slow); in IGNITION_HANDLER()
2694 BIND(&if_slow); in IGNITION_HANDLER()
3050 Label if_fast(this), if_slow(this); in IGNITION_HANDLER() local
3051 Branch(IsMap(enumerator), &if_fast, &if_slow); in IGNITION_HANDLER()
3084 BIND(&if_slow); in IGNITION_HANDLER()
3119 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
3121 Branch(TaggedEqual(receiver_map, cache_type), &if_fast, &if_slow); in IGNITION_HANDLER()
3128 BIND(&if_slow); in IGNITION_HANDLER()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp129 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
130 transform_later(if_slow); in generate_guard()
133 region->add_req(if_slow); in generate_guard()
141 return if_slow; in generate_guard()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp129 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
130 transform_later(if_slow); in generate_guard()
133 region->add_req(if_slow); in generate_guard()
141 return if_slow; in generate_guard()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp123 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
124 transform_later(if_slow); in generate_guard()
127 region->add_req(if_slow); in generate_guard()
135 return if_slow; in generate_guard()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp123 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
124 transform_later(if_slow); in generate_guard()
127 region->add_req(if_slow); in generate_guard()
135 return if_slow; in generate_guard()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp123 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
124 transform_later(if_slow); in generate_guard()
127 region->add_req(if_slow); in generate_guard()
135 return if_slow; in generate_guard()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp123 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
124 transform_later(if_slow); in generate_guard()
127 region->add_req(if_slow); in generate_guard()
135 return if_slow; in generate_guard()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp124 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
125 transform_later(if_slow); in generate_guard()
128 region->add_req(if_slow); in generate_guard()
136 return if_slow; in generate_guard()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp127 Node* if_slow = new IfTrueNode(iff); in generate_guard() local
128 transform_later(if_slow); in generate_guard()
131 region->add_req(if_slow); in generate_guard()
139 return if_slow; in generate_guard()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-generator.cc2446 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2448 &if_slow); in IGNITION_HANDLER()
2458 BIND(&if_slow); in IGNITION_HANDLER()
2867 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2869 Branch(TaggedEqual(receiver_map, cache_type), &if_fast, &if_slow); in IGNITION_HANDLER()
2876 BIND(&if_slow); in IGNITION_HANDLER()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-generator.cc2459 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2461 &if_slow); in IGNITION_HANDLER()
2471 BIND(&if_slow); in IGNITION_HANDLER()
2877 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2879 Branch(TaggedEqual(receiver_map, cache_type), &if_fast, &if_slow); in IGNITION_HANDLER()
2886 BIND(&if_slow); in IGNITION_HANDLER()

12