Home
last modified time | relevance | path

Searched refs:FastSubUtf8String (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h31 GateRef FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from, GateRef len);
Dbuiltins_string_stub_builder.cpp124 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from,… in FastSubUtf8String() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
Dbuiltins_stubs.cpp454 res = stringBuilder.FastSubUtf8String(glue, thisValue, *from, len); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h141 EcmaString *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32… in FastSubUtf8String() function
Decma_string.h380 …static inline EcmaString *FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uin…
Decma_string.cpp87 return FastSubUtf8String(vm, src, start, utf16Len); in FastSubString()