Searched refs:GetNormalStringData (Results 1 – 3 of 3) sorted by relevance
769 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()779 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString()1096 GateRef dataUtf16 = GetNormalStringData(stringInfoGate); in StringAt()1293 GateRef dataUtf = GetNormalStringData(stringInfoGate); in CreateFromEcmaString()1419 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), ZExtInt32ToPtr(from)); in FastSubUtf8String()1444 GateRef source = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()1460 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String()1951 GateRef rhsData = GetNormalStringData(rStringInfoGate); in StringIndexOf()1952 GateRef lhsData = GetNormalStringData(lStringInfoGate); in StringIndexOf()2221 GateRef dataUtf8 = GetNormalStringData(stringInfoGate); in ToLowerCase()[all …]
1017 GateRef GetNormalStringData(const StringInfoGateRef &stringInfoGate);
2253 GateRef dataUtf8 = GetNormalStringData(stringInfoGate); in StringToElementIndex()9397 GateRef data = GetNormalStringData(stringInfoGate); in TryStringOrSymbolToElementIndex()9612 GateRef StubBuilder::GetNormalStringData(const StringInfoGateRef &stringInfoGate) in GetNormalStringData() function in panda::ecmascript::kungfu::StubBuilder