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.h33 GateRef FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from, GateRef len);
Dbuiltins_string_stub_builder.cpp164 result = FastSubUtf16String(glue, thisValue, from, len); in FastSubString()
200 GateRef BuiltinsStringStubBuilder::FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from… in FastSubUtf16String() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h183 EcmaString *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint3… in FastSubUtf16String() function
Decma_string.h111 static inline EcmaString *FastSubUtf16String(const EcmaVM *vm,
Decma_string.cpp144 return FastSubUtf16String(vm, srcFlat, start, length); in FastSubString()