Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc89 Label* if_onebyte_external, in DispatchOnStringInstanceType() argument
100 if_onebyte_sequential, if_onebyte_external, in DispatchOnStringInstanceType()
905 Label if_onebyte_external(this, Label::kDeferred); in StringIndexOf() local
909 &if_onebyte_external, &call_runtime_unchecked); in StringIndexOf()
918 Bind(&if_onebyte_external); in StringIndexOf()
931 Label if_onebyte_external(this, Label::kDeferred); in StringIndexOf() local
934 &if_onebyte_sequential, &if_onebyte_external, in StringIndexOf()
944 Bind(&if_onebyte_external); in StringIndexOf()