Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h85 GateRef GetFastSubString(GateRef glue, GateRef thisValue, GateRef start, GateRef len);
Dbuiltins_string_stub_builder.cpp793 GateRef BuiltinsStringStubBuilder::GetFastSubString(GateRef glue, GateRef thisValue, GateRef start,… in GetFastSubString() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp2287 result = stringBuilder.GetFastSubString(glue, thisValue, *start, *resultLength); in LowerStringSubStr()