Searched refs:StringAt (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.h | 47 GateRef StringAt(const StringInfoGateRef &stringInfoGate, GateRef index);
|
| D | builtins_string_stub_builder.cpp | 188 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/ |
| D | stub_builder.cpp | 6334 GateRef leftStrToInt = stringBuilder.StringAt(leftStrInfoGate, Int32(0)); in FastStringEqual() 6335 GateRef rightStrToInt = stringBuilder.StringAt(rightStrInfoGate, Int32(0)); in FastStringEqual()
|