Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc1151 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/
Dbuiltins-collections-gen.cc802 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()
Dbuiltins-array-gen.cc3526 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/
Dcode-stub-assembler.cc10624 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()