Home
last modified time | relevance | path

Searched defs:desired (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_state.h76 void PrintStateChange(T expected, T desired) in PrintStateChange()
82 void PrintStateChange(T original, T expected, T desired) in PrintStateChange()
Dpgo_utils.h105 auto desired = 1; in operation_() local
116 auto desired = 0; in ~ConcurrentGuard() local
Dpgo_state.cpp109 bool PGOState::TryChangeState(State expected, State desired) in TryChangeState()
122 bool PGOState::TryChangeState(State expected, State desired) in TryChangeState()
Dpgo_profiler_manager.cpp532 bool desired = true; in PostResetOutPathTask() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.cpp45 static bool TrySpinLockFor(std::atomic<uint32_t> &waiters, uint32_t expected, uint32_t desired) in TrySpinLockFor()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp310 auto desired = icu::Locale::forLanguageTag(tag, success); in StdCoreIntlBestFitLocales() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h465 JSTaggedValue desired = value; in CASSetObjectToCache() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp231 icu::Locale desired = icu::Locale::forLanguageTag(localeStr, status); in BestFitSupportedLocales() local