Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp53 auto *wordAddr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[wordIdx]); in AtomicTestAndSetBit() local
71 auto *wordAddr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[wordIdx]); in AtomicTestAndClearBit() local
89 auto *wordAddr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[wordIdx]); in AtomicTestBit() local
Dbitmap.h415 auto *wordAddr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[index]); in GetBitmapWord() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp965 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local
988 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local
1020 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp1145 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local
1168 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local
1199 auto wordAddr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local