Searched refs:FastSubUtf16String (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.h | 33 GateRef FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from, GateRef len);
|
D | builtins_string_stub_builder.cpp | 164 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/ |
D | ecma_string-inl.h | 183 EcmaString *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint3… in FastSubUtf16String() function
|
D | ecma_string.h | 111 static inline EcmaString *FastSubUtf16String(const EcmaVM *vm,
|
D | ecma_string.cpp | 144 return FastSubUtf16String(vm, srcFlat, start, length); in FastSubString()
|