Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp156 Branch(IsUtf8String(thisValue), &isUtf8, &isUtf16); in FastSubString()
555 Branch(IsUtf8String(rhs), &rhsIsUtf8, &rhsIsUtf16); in StringIndexOf()
560 Branch(IsUtf8String(lhs), &lhsIsUtf8, &lhsIsUtf16); in StringIndexOf()
576 Branch(IsUtf8String(lhs), &lhsIsUtf8, &lhsIsUtf16); in StringIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h450 GateRef IsUtf8String(GateRef string);
Dstub_builder.cpp1266 GateRef StubBuilder::IsUtf8String(GateRef string) in IsUtf8String() function in panda::ecmascript::kungfu::StubBuilder