Home
last modified time | relevance | path

Searched defs:newFlag (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.h216 uint32_t newFlag = in TryRunFlipFunction() local
/arkcompiler/runtime_core/common_interfaces/thread/
Dmutator_base.h216 …__attribute__((always_inline)) inline bool CASSetSuspensionFlag(uint32_t oldFlag, uint32_t newFlag) in CASSetSuspensionFlag()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp95 Flag newFlag = AtomicLoad(&data_.flag, std::memory_order_relaxed); in IsFresh() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h795 void SetFlag(uint32 newFlag) in SetFlag()