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.cpp510 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()
520 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()
823 GateRef dataUtf16 = GetNormalStringData(stringInfoGate); in StringAt()
1018 GateRef dataUtf = GetNormalStringData(stringInfoGate); in CreateFromEcmaString()
1144 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), ZExtInt32ToPtr(from)); in FastSubUtf8String()
1169 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()
1185 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()
1607 GateRef rhsData = GetNormalStringData(rStringInfoGate); in StringIndexOf()
1608 GateRef lhsData = GetNormalStringData(lStringInfoGate); in StringIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h790 GateRef GetNormalStringData(const StringInfoGateRef &stringInfoGate);
Dstub_builder.cpp1463 GateRef dataUtf8 = GetNormalStringData(stringInfoGate); in StringToElementIndex()
7472 GateRef data = GetNormalStringData(stringInfoGate); in TryStringOrSymbolToElementIndex()
7687 GateRef StubBuilder::GetNormalStringData(const StringInfoGateRef &stringInfoGate) in GetNormalStringData() function in panda::ecmascript::kungfu::StubBuilder