Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h36 GateRef StringIndexOf(GateRef lhsData, bool lhsIsUtf8, GateRef rhsData, bool rhsIsUtf8,
Dbuiltins_string_stub_builder.cpp383 …sStringStubBuilder::StringIndexOf(GateRef lhsData, bool lhsIsUtf8, GateRef rhsData, bool rhsIsUtf8, in StringIndexOf() argument
406 if (rhsIsUtf8) { in StringIndexOf()
474 if (rhsIsUtf8) { in StringIndexOf()
520 Label rhsIsUtf8(env); in StringIndexOf() local
555 Branch(IsUtf8String(rhs), &rhsIsUtf8, &rhsIsUtf16); in StringIndexOf()
556 Bind(&rhsIsUtf8); in StringIndexOf()