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.cpp717 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()
727 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()
1044 GateRef dataUtf16 = GetNormalStringData(stringInfoGate); in StringAt()
1241 GateRef dataUtf = GetNormalStringData(stringInfoGate); in CreateFromEcmaString()
1367 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), ZExtInt32ToPtr(from)); in FastSubUtf8String()
1392 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()
1408 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()
1899 GateRef rhsData = GetNormalStringData(rStringInfoGate); in StringIndexOf()
1900 GateRef lhsData = GetNormalStringData(lStringInfoGate); in StringIndexOf()
2123 GateRef dataUtf8 = GetNormalStringData(stringInfoGate); in ToLowerCase()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h954 GateRef GetNormalStringData(const StringInfoGateRef &stringInfoGate);
Dstub_builder.cpp2211 GateRef dataUtf8 = GetNormalStringData(stringInfoGate); in StringToElementIndex()
8605 GateRef data = GetNormalStringData(stringInfoGate); in TryStringOrSymbolToElementIndex()
8820 GateRef StubBuilder::GetNormalStringData(const StringInfoGateRef &stringInfoGate) in GetNormalStringData() function in panda::ecmascript::kungfu::StubBuilder