Home
last modified time | relevance | path

Searched defs:FastSubString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h301 static EtsString *FastSubString(EtsString *src, uint32_t start, uint32_t length) in FastSubString() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp364 TEST_F(EtsStringTest, FastSubString) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1139 static EcmaString *FastSubString(const EcmaVM *vm, in FastSubString() function
Decma_string.cpp126 EcmaString *EcmaString::FastSubString(const EcmaVM *vm, in FastSubString() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp936 String *String::FastSubString(String *src, uint32_t start, uint32_t utf16Length, const LanguageCont… in FastSubString() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1351 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from, in FastSubString() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder