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.h50 …GateRef FastSubUtf8String(GateRef glue, GateRef from, GateRef len, const StringInfoGateRef &string…
Dbuiltins_string_stub_builder.cpp1335 result = FastSubUtf8String(glue, from, len, stringInfoGate); in FastSubString()
1351 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef from, GateRef len, in FastSubUtf8String() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h242 EcmaString *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32… in FastSubUtf8String() function
Decma_string.h144 static inline EcmaString *FastSubUtf8String(const EcmaVM *vm,
Decma_string.cpp137 return FastSubUtf8String(vm, src, start, length); in FastSubString()