Searched refs:if_other (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | unary-op-assembler.cc | 147 Label if_other(this, Label::kDeferred); in UnaryOpWithFeedback() local 157 &if_other); in UnaryOpWithFeedback() 193 BIND(&if_other); in UnaryOpWithFeedback()
|
D | accessor-assembler.cc | 3578 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/ |
D | builtins-array-gen.cc | 1211 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()
|
D | builtins-collections-gen.cc | 803 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/ |
D | interpreter-generator.cc | 1874 BIND(&if_other); in IGNITION_HANDLER()
|