Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.cpp45 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestAndSetBit() local
63 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestAndClearBit() local
81 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestBit() local
Dbitmap.h181 … auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[index]); in IterateOverSetBitsInRange() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp3251 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local
3274 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local
3305 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3344 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local
3367 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local
3397 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local