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

Completed in 20 milliseconds