Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmetadata_layout.h324 uintptr_t initState; // a readable address for initState means initialized member
332 return reinterpret_cast<intptr_t>(&(base->initState)); in OffsetOfInitState()
337 return __atomic_load_n(&initState, __ATOMIC_ACQUIRE); in GetInitStateRawValue()
343 __atomic_store_n(&initState, reinterpret_cast<uintptr_t>(val), __ATOMIC_RELEASE); in SetInitStateRawValue()

Completed in 2 milliseconds