Home
last modified time | relevance | path

Searched refs:desired (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h464 JSTaggedValue desired = value; in CASSetObjectToCache() local
465 if (std::atomic_compare_exchange_strong_explicit(atomicVal, &expected, desired, in CASSetObjectToCache()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp231 icu::Locale desired = icu::Locale::forLanguageTag(localeStr, status); in BestFitSupportedLocales() local
232 auto bestFit = matcher.getBestMatch(desired, status)->toLanguageTag<std::string>(status); in BestFitSupportedLocales()

Completed in 5 milliseconds