Searched refs:if_other (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1151 Label if_oddball(this), if_other(this); in UnaryOpWithFeedback() local 1159 &if_other); in UnaryOpWithFeedback() 1194 BIND(&if_other); in UnaryOpWithFeedback() 1981 BIND(&if_other); in IGNITION_HANDLER()
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.cc | 802 Label if_receiver(this), if_other(this), done(this); in GetHash() local 803 Branch(IsJSReceiver(key), &if_receiver, &if_other); in GetHash() 811 BIND(&if_other); in GetHash()
|
D | builtins-array-gen.cc | 3526 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local 3549 &if_other); in TF_BUILTIN() 3590 BIND(&if_other); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 10624 if_other(this, Label::kDeferred); in GenerateEqual_Same() local 10628 Branch(IsSymbolInstanceType(instance_type), &if_symbol, &if_other); in GenerateEqual_Same() 10655 BIND(&if_other); in GenerateEqual_Same()
|