Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/accounting/
H A Dspace_bitmap-inl.h40 Atomic<uintptr_t>* atomic_entry = &bitmap_begin_[index]; in AtomicTestAndSet() local
241 Atomic<uintptr_t>* atomic_entry = &bitmap_begin_[index]; in Modify() local
H A Dbitmap-inl.h37 auto* atomic_entry = reinterpret_cast<Atomic<uintptr_t>*>(&bitmap_begin_[word_index]); in AtomicTestAndSetBit() local
H A Dspace_bitmap.cc129 Atomic<uintptr_t>* atomic_entry = &bitmap_begin_[index]; in DumpMemAround() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc354 std::atomic<ArtMethod*>* atomic_entry = in MaybeUpdateBssMethodEntry() local