Home
last modified time | relevance | path

Searched refs:if_other (Results 1 – 19 of 19) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/ic/
H A Dunary-op-assembler.cc147 Label if_other(this, Label::kDeferred); in UnaryOpWithFeedback() local
157 &if_other); in UnaryOpWithFeedback()
193 BIND(&if_other); in UnaryOpWithFeedback()
H A Daccessor-assembler.cc3446 if_other(this, Label::kDeferred); in KeyedLoadICGeneric() local
3449 &var_unique, &if_other, &if_notunique); in KeyedLoadICGeneric()
3460 BIND(&if_other); in KeyedLoadICGeneric()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ic/
H A Dunary-op-assembler.cc141 Label if_other(this, Label::kDeferred); in UnaryOpWithFeedback() local
151 &if_other); in UnaryOpWithFeedback()
187 BIND(&if_other); in UnaryOpWithFeedback()
H A Daccessor-assembler.cc3251 if_other(this, Label::kDeferred); in KeyedLoadICGeneric() local
3254 &var_unique, &if_other, &if_notunique); in KeyedLoadICGeneric()
3265 BIND(&if_other); in KeyedLoadICGeneric()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmod.rs715 pub(super) fn or_else<F>(self, if_other: F) -> Self in or_else()
721 UseSpans::PatUse(_) | UseSpans::OtherUse(_) => if_other(), in or_else()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1149 Label if_oddball(this), if_other(this); in UnaryOpWithFeedback() local
1157 &if_other); in UnaryOpWithFeedback()
1192 BIND(&if_other); in UnaryOpWithFeedback()
1979 BIND(&if_other); in IGNITION_HANDLER()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array-gen.cc1190 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
1213 &if_other); in TF_BUILTIN()
1256 BIND(&if_other); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc910 Label if_receiver(this), if_other(this), done(this); in GetHash() local
911 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash()
919 BIND(&if_other); in GetHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array-gen.cc1186 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
1209 &if_other); in TF_BUILTIN()
1252 BIND(&if_other); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc909 Label if_receiver(this), if_other(this), done(this); in GetHash() local
910 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash()
918 BIND(&if_other); in GetHash()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array-gen.cc1195 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
1218 &if_other); in TF_BUILTIN()
1261 BIND(&if_other); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc908 Label if_receiver(this), if_other(this), done(this); in GetHash() local
909 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash()
917 BIND(&if_other); in GetHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dinterpreter-generator.cc1177 Label if_other(this, Label::kDeferred); in UnaryOpWithFeedback() local
1187 &if_other); in UnaryOpWithFeedback()
1223 BIND(&if_other); in UnaryOpWithFeedback()
2063 BIND(&if_other); in IGNITION_HANDLER()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc784 Label if_receiver(this), if_other(this), done(this); in GetHash() local
785 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash()
793 BIND(&if_other); in GetHash()
H A Dbuiltins-array-gen.cc3504 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
3510 &if_other); in TF_BUILTIN()
3516 GotoIfNot(IsFastElementsKind(elements_kind), &if_other); in TF_BUILTIN()
3596 BIND(&if_other); in TF_BUILTIN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ic/
H A Daccessor-assembler.cc3156 if_other(this, Label::kDeferred); in KeyedLoadICGeneric() local
3159 &var_unique, &if_other, &if_notunique); in KeyedLoadICGeneric()
3170 BIND(&if_other); in KeyedLoadICGeneric()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-generator.cc1851 BIND(&if_other); in IGNITION_HANDLER()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-generator.cc1866 BIND(&if_other); in IGNITION_HANDLER()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc9931 if_other(this, Label::kDeferred); in GenerateEqual_Same() local
9935 Branch(IsSymbolInstanceType(instance_type), &if_symbol, &if_other); in GenerateEqual_Same()
9962 BIND(&if_other); in GenerateEqual_Same()