Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc147 Label if_other(this, Label::kDeferred); in UnaryOpWithFeedback() local
157 &if_other); in UnaryOpWithFeedback()
193 BIND(&if_other); in UnaryOpWithFeedback()
Daccessor-assembler.cc3578 if_other(this, Label::kDeferred); in KeyedLoadICGeneric() local
3581 &var_unique, &if_other, &if_notunique); in KeyedLoadICGeneric()
3592 BIND(&if_other); in KeyedLoadICGeneric()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc1211 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
1234 &if_other); in TF_BUILTIN()
1277 BIND(&if_other); in TF_BUILTIN()
Dbuiltins-collections-gen.cc803 Label if_receiver(this), if_other(this), done(this); in GetHash() local
804 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash()
812 BIND(&if_other); in GetHash()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1874 BIND(&if_other); in IGNITION_HANDLER()