Home
last modified time | relevance | path

Searched defs:stringInfoGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp158 StringInfoGateRef stringInfoGate(&thisFlat); in CharAt() local
206 StringInfoGateRef stringInfoGate(&thisFlat); in FastStringCharCodeAt() local
264 StringInfoGateRef stringInfoGate(&thisFlat); in CodePointAt() local
713 StringInfoGateRef stringInfoGate(&thisFlat); in SubStr() local
767 StringInfoGateRef stringInfoGate(&thisFlat); in GetSubString() local
795 StringInfoGateRef stringInfoGate(&thisFlat); in GetSubString() local
814 StringInfoGateRef stringInfoGate(&thisFlat); in GetFastSubString() local
1044 StringInfoGateRef stringInfoGate(&thisFlat); in Slice() local
1083 GateRef BuiltinsStringStubBuilder::StringAt(const StringInfoGateRef &stringInfoGate, GateRef index) in StringAt()
1280 const StringInfoGateRef &stringInfoGate) in CreateFromEcmaString()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2252 StringInfoGateRef stringInfoGate(&thisFlat); in StringToElementIndex() local
2744 StringInfoGateRef stringInfoGate(&thisFlat); in LoadStringElement() local
3430 StringInfoGateRef stringInfoGate(&thisFlat); in GetPropertyByIndex() local
9396 StringInfoGateRef stringInfoGate(&thisFlat); in TryStringOrSymbolToElementIndex() local
9612 GateRef StubBuilder::GetNormalStringData(const StringInfoGateRef &stringInfoGate) in GetNormalStringData()