Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h32 GateRef FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from, GateRef len);
Dbuiltins_string_stub_builder.cpp159 result = FastSubUtf8String(glue, thisValue, from, len); in FastSubString()
175 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from,… in FastSubUtf8String() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h168 EcmaString *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32… in FastSubUtf8String() function
Decma_string.h107 static inline EcmaString *FastSubUtf8String(const EcmaVM *vm,
Decma_string.cpp142 return FastSubUtf8String(vm, srcFlat, start, length); in FastSubString()