Home
last modified time | relevance | path

Searched refs:if_string (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-object-gen.cc953 if_regexp(this), if_string(this), if_symbol(this, Label::kDeferred), in TF_BUILTIN() local
1078 GotoIf(IsStringInstanceType(receiver_instance_type), &if_string); in TF_BUILTIN()
1132 BIND(&if_string); in TF_BUILTIN()
1186 Goto(&if_string); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter-generator.cc1918 BIND(&if_string); in IGNITION_HANDLER()
/external/v8/src/
Dcode-stub-assembler.cc10623 Label if_string(this), if_receiver(this), if_symbol(this), if_bigint(this), in GenerateEqual_Same() local
10625 GotoIf(IsStringInstanceType(instance_type), &if_string); in GenerateEqual_Same()
10630 BIND(&if_string); in GenerateEqual_Same()