Searched defs:FastSubString (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_string.h | 301 static EtsString *FastSubString(EtsString *src, uint32_t start, uint32_t length) in FastSubString() function in ark::ets::EtsString
|
/arkcompiler/runtime_core/static_core/runtime/coretypes/ |
H A D | string.cpp | 936 String *String::FastSubString(String *src, uint32_t start, uint32_t utf16Length, const LanguageContext &ctx, in FastSubString() function in ark::coretypes::String
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string.h | 1135 static EcmaString *FastSubString(const EcmaVM *vm, in FastSubString() function in panda::EcmaStringAccessor
|
H A D | ecma_string.cpp | 127 EcmaString *EcmaString::FastSubString(const EcmaVM *vm, in FastSubString() function in panda::ecmascript::EcmaString
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_string_stub_builder.cpp | 1348 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from,
in FastSubString() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|
Completed in 20 milliseconds