Home
last modified time | relevance | path

Searched defs:oldWord (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp55 BitmapWordType oldWord; in AtomicTestAndSetBit() local
73 BitmapWordType oldWord; in AtomicTestAndClearBit() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts177 const oldWord = changed ? 0 : this.bits[i]; constant
190 const oldWord = changed ? 0 : this.bits[i]; constant
204 const oldWord = this.bits[i]; constant
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp994 BaseStateWord oldWord = obj->GetBaseStateWord(); in CopyObjectImpl() local