Home
last modified time | relevance | path

Searched refs:StringGetStart (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h189 V(StringGetStart) \
Druntime_stubs.h156 …static int32_t StringGetStart(bool isUtf8, EcmaString *srcString, int32_t length, int32_t startInd…
Druntime_stubs.cpp3698 int32_t RuntimeStubs::StringGetStart(bool isUtf8, EcmaString *srcString, int32_t length, int32_t st… in StringGetStart() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h595 V(StringGetStart) \
Dcall_signature.cpp1787 DEF_CALL_SIGNATURE(StringGetStart) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2533 … start = CallNGCRuntime(glue, RTSTUB_ID(StringGetStart), {isUtf8, srcString, srcLen, startIndex}); in EcmaStringTrimBody()