Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp95 auto newFlag = __atomic_load_n(&data_.flag, __ATOMIC_RELAXED); in IsFresh() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h809 void SetFlag(uint32 newFlag) in SetFlag()