Home
last modified time | relevance | path

Searched refs:SetString (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp148 void SetString(EtsCoroutine *coro, EtsString *string);
197 instance->SetString(coro, stringHandle.GetPtr()); in Create()
203 void EtsToStringCacheElement<T>::SetString(EtsCoroutine *coro, EtsString *string) in SetString() function in ark::ets::detail::EtsToStringCacheElement
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h110 jsvalue->SetString(ctx->GetStringStor()->Get(std::move(value))); in CreateString()
245 void SetString(JSValueStringStorage::CachedEntry value) in SetString() function
Djs_value.cpp102 jsvalue->SetString(cachedStr); in Create()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp241 lhs.SetString(*string); in Compare()
306 lhs.SetString(*string); in IsSubStringAt()
418 lhs.SetString(*string); in IndexOf()
471 lhs.SetString(*string); in LastIndexOf()
656 str1Flat.SetString(*string); in StringsAreEqual()
Dglobal_env_constants.h299 …V(SetString, SET_STRING_INDEX, "set") …
Decma_string.h1019 void SetString(EcmaString *string) in SetString() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1489 inst->CastToLoadFromConstantPool()->SetString(true); in BuildLoadFromPool()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h5682 void SetString(bool v) in SetString() function