Home
last modified time | relevance | path

Searched refs:StringAt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h47 GateRef StringAt(const StringInfoGateRef &stringInfoGate, GateRef index);
Dbuiltins_string_stub_builder.cpp188 res->WriteVariable(IntToTaggedPtr(StringAt(stringInfoGate, *pos))); in CharCodeAt()
209 GateRef first = StringAt(stringInfoGate, *pos); in CodePointAt()
218 GateRef second = StringAt(stringInfoGate, Int32Add(*pos, Int32(1))); in CodePointAt()
697 GateRef charCode = StringAt(stringInfoGate1, from); in GetSubString()
1031 GateRef BuiltinsStringStubBuilder::StringAt(const StringInfoGateRef &stringInfoGate, GateRef index) in StringAt() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
2429 GateRef first = StringAt(strInfo, position); in StringIteratorNext()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6334 GateRef leftStrToInt = stringBuilder.StringAt(leftStrInfoGate, Int32(0)); in FastStringEqual()
6335 GateRef rightStrToInt = stringBuilder.StringAt(rightStrInfoGate, Int32(0)); in FastStringEqual()