Searched refs:StringGetEnd (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 492 V(StringGetEnd) \
|
| D | call_signature.cpp | 1418 DEF_CALL_SIGNATURE(StringGetEnd) in DEF_CALL_SIGNATURE() argument
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 141 V(StringGetEnd) \ 481 …static int32_t StringGetEnd(bool isUtf8, EcmaString *srcString, int32_t start, int32_t length, int…
|
| D | runtime_stubs.cpp | 3201 int32_t RuntimeStubs::StringGetEnd(bool isUtf8, EcmaString *srcString, in StringGetEnd() function in panda::ecmascript::RuntimeStubs
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 1991 …end = CallNGCRuntime(glue, RTSTUB_ID(StringGetEnd), {isUtf8, srcString, *start, srcLen, startIndex… in EcmaStringTrimBody()
|