Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp757 GateRef source = PtrAdd(GetNormalStringData(glue, stringInfoGate), fromOffset); in GetSubString()
767 … GateRef source1 = PtrAdd(GetNormalStringData(glue, stringInfoGate), fromOffset); in GetSubString()
1085 GateRef dataUtf16 = GetNormalStringData(glue, stringInfoGate); in StringAt()
1247 GateRef dataUtf = GetNormalStringData(glue, stringInfoGate); in CreateFromEcmaString()
1373 GateRef source = PtrAdd(GetNormalStringData(glue, stringInfoGate), ZExtInt32ToPtr(from)); in FastSubUtf8String()
1398 GateRef source = PtrAdd(GetNormalStringData(glue, stringInfoGate), fromOffset); in FastSubUtf16String()
1414 GateRef source1 = PtrAdd(GetNormalStringData(glue, stringInfoGate), fromOffset); in FastSubUtf16String()
1919 GateRef rhsData = GetNormalStringData(glue, rStringInfoGate); in StringIndexOf()
1920 GateRef lhsData = GetNormalStringData(glue, lStringInfoGate); in StringIndexOf()
2142 GateRef dataUtf8 = GetNormalStringData(glue, stringInfoGate); in ToLowerCase()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h1144 GateRef GetNormalStringData(GateRef glue, const StringInfoGateRef &stringInfoGate);
Dstub_builder.cpp7159 GateRef leftData = GetNormalStringData(glue, leftStrInfoGate); in StringCompareContents()
7160 GateRef rightData = GetNormalStringData(glue, rightStrInfoGate); in StringCompareContents()
10123 GateRef data = GetNormalStringData(glue, stringInfoGate); in TryStringOrSymbolToElementIndex()
10338 GateRef StubBuilder::GetNormalStringData([[maybe_unused]] GateRef glue, const StringInfoGateRef &st… in GetNormalStringData() function in panda::ecmascript::kungfu::StubBuilder