Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1720 Label if_key_smi(this), if_key_string(this), if_key_heap_number(this), in TF_BUILTIN() local
1728 GotoIf(IsStringInstanceType(key_instance_type), &if_key_string); in TF_BUILTIN()
1741 BIND(&if_key_string); in TF_BUILTIN()
1920 Label if_key_smi(this), if_key_string(this), if_key_heap_number(this), in TryLookupOrderedHashTableIndex() local
1928 GotoIf(IsStringInstanceType(key_instance_type), &if_key_string); in TryLookupOrderedHashTableIndex()
1941 BIND(&if_key_string); in TryLookupOrderedHashTableIndex()