Home
last modified time | relevance | path

Searched defs:if_slow (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.cc543 Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result); in InvokeThen() local
587 Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result); in InvokeResolve() local
625 Node* native_context, Node* constructor, Label* if_fast, Label* if_slow) { in BranchIfPromiseResolveLookupChainIntact()
636 Node* native_context, Node* promise_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseSpeciesLookupChainIntact()
649 Node* native_context, Node* receiver_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseThenLookupChainIntact()
1077 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1752 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
H A Dbuiltins-object-gen.cc258 TNode<Map> map, Label* if_slow) { in GotoIfMapHasSlowProperties()
709 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
H A Dbuiltins-regexp-gen.cc3158 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
3196 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-internal-gen.cc916 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
971 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
H A Dbuiltins-object-gen.cc460 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
551 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
H A Dbuiltins-async-generator-gen.cc521 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
/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
H A Dbuiltins-object-gen.cc467 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
588 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
H A Dbuiltins-internal-gen.cc1149 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1204 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-internal-gen.cc996 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1051 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
H A Dbuiltins-object-gen.cc477 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
564 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
H A Dbuiltins-async-generator-gen.cc523 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
/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
/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
/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
/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
/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
/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
/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
/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
3050 Label if_fast(this), if_slow(this); in IGNITION_HANDLER() local
3119 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
/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
2851 Label if_fast(this), if_slow(this); in IGNITION_HANDLER() local
2916 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
/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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ic/
H A Daccessor-assembler.cc1024 if_slow(this); in HandleStoreICHandlerCase() local
1557 if_accessor(this), if_native_data_property(this), if_slow(this); in HandleStoreICProtoHandler() local
/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
2867 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ic/
H A Daccessor-assembler.cc1035 if_slow(this); in HandleStoreICHandlerCase() local
1570 if_accessor(this), if_native_data_property(this), if_slow(this); in HandleStoreICProtoHandler() local

12