Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1332 BRANCH(IsUtf8String(thisValue), &isUtf8, &isUtf16); in FastSubString()
1901 BRANCH(IsUtf8String(rStringInfoGate.GetString()), &rhsIsUtf8, &rhsIsUtf16); in StringIndexOf()
1906 BRANCH(IsUtf8String(lStringInfoGate.GetString()), &lhsIsUtf8, &lhsIsUtf16); in StringIndexOf()
1922 BRANCH(IsUtf8String(lStringInfoGate.GetString()), &lhsIsUtf8, &lhsIsUtf16); in StringIndexOf()
2109 BRANCH(IsUtf8String(thisValue), &isUtf8, slowPath); in ToLowerCase()
2218 GateRef leftIsUtf8 = IsUtf8String(leftString); in StringConcat()
2219 GateRef rightIsUtf8 = IsUtf8String(rightString); in StringConcat()
2502 …result = EcmaStringTrimBody(glue, thisValue, srcStringInfoGate, trimMode, IsUtf8String(thisValue)); in EcmaStringTrim()
2619 BRANCH(IsUtf8String(rStringInfoGate.GetString()), &rhsIsUtf8, &rhsIsUtf16); in IsSubStringAt()
2624 BRANCH(IsUtf8String(lStringInfoGate.GetString()), &lhsIsUtf8, &lhsIsUtf16); in IsSubStringAt()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp523 GateRef CircuitBuilder::IsUtf8String(GateRef string) in IsUtf8String() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h340 GateRef IsUtf8String(GateRef string);
Dstub_builder.h624 GateRef IsUtf8String(GateRef string);
Dtyped_hcr_lowering.cpp1853 GateRef leftIsUtf8 = builder_.IsUtf8String(left); in LowerStringAdd()
1854 GateRef rightIsUtf8 = builder_.IsUtf8String(right); in LowerStringAdd()
Dstub_builder.cpp2137 GateRef StubBuilder::IsUtf8String(GateRef string) in IsUtf8String() function in panda::ecmascript::kungfu::StubBuilder
8847 BRANCH(IsUtf8String(stringInfoGate.GetString()), &isUtf8, &isUtf16); in GetNormalStringData()