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