Home
last modified time | relevance | path

Searched refs:FastSubUtf16String (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h51 …GateRef FastSubUtf16String(GateRef glue, GateRef from, GateRef len, const StringInfoGateRef &strin…
Dbuiltins_string_stub_builder.cpp1340 result = FastSubUtf16String(glue, from, len, stringInfoGate); in FastSubString()
1377 GateRef BuiltinsStringStubBuilder::FastSubUtf16String(GateRef glue, GateRef from, GateRef len, in FastSubUtf16String() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h257 EcmaString *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint3… in FastSubUtf16String() function
Decma_string.h148 static inline EcmaString *FastSubUtf16String(const EcmaVM *vm,
Decma_string.cpp139 return FastSubUtf16String(vm, src, start, length); in FastSubString()