Home
last modified time | relevance | path

Searched refs:RuntimeTryGetInternString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h814 static inline JSTaggedType RuntimeTryGetInternString(uintptr_t argGlue, EcmaString *string);
Druntime_stubs.cpp748 JSTaggedValue key(RuntimeTryGetInternString(argGlue, string)); in DEF_RUNTIME_STUBS()
2727 return RuntimeTryGetInternString(argGlue, string); in TryToElementsIndexOrFindInStringTable()
2735 return RuntimeTryGetInternString(argGlue, string); in TryGetInternString()
Druntime_stubs-inl.h3149 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, EcmaString *string) in RuntimeTryGetInternString() function