Searched defs:FastSubString (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 301 static EtsString *FastSubString(EtsString *src, uint32_t start, uint32_t length) in FastSubString() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 364 TEST_F(EtsStringTest, FastSubString) in TEST_F() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 1139 static EcmaString *FastSubString(const EcmaVM *vm, in FastSubString() function
|
| D | ecma_string.cpp | 126 EcmaString *EcmaString::FastSubString(const EcmaVM *vm, in FastSubString() function in panda::ecmascript::EcmaString
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 936 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/ |
| D | builtins_string_stub_builder.cpp | 1351 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from, in FastSubString() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|