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.cpp156 StringInfoGateRef stringInfoGate(&thisFlat); in CharAt() local
187 StringInfoGateRef stringInfoGate(&thisFlat); in CharCodeAt() local
208 StringInfoGateRef stringInfoGate(&thisFlat); in CodePointAt() local
661 StringInfoGateRef stringInfoGate(&thisFlat); in SubStr() local
715 StringInfoGateRef stringInfoGate(&thisFlat); in GetSubString() local
743 StringInfoGateRef stringInfoGate(&thisFlat); in GetSubString() local
762 StringInfoGateRef stringInfoGate(&thisFlat); in GetFastSubString() local
992 StringInfoGateRef stringInfoGate(&thisFlat); in Slice() local
1031 GateRef BuiltinsStringStubBuilder::StringAt(const StringInfoGateRef &stringInfoGate, GateRef index) in StringAt()
1228 const StringInfoGateRef &stringInfoGate) in CreateFromEcmaString()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2210 StringInfoGateRef stringInfoGate(&thisFlat); in StringToElementIndex() local
2652 StringInfoGateRef stringInfoGate(&thisFlat); in LoadStringElement() local
3300 StringInfoGateRef stringInfoGate(&thisFlat); in GetPropertyByIndex() local
8604 StringInfoGateRef stringInfoGate(&thisFlat); in TryStringOrSymbolToElementIndex() local
8820 GateRef StubBuilder::GetNormalStringData(const StringInfoGateRef &stringInfoGate) in GetNormalStringData()