Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap.cc173 Atomic<uintptr_t>* mark = mark_bitmap.bitmap_begin_; in SweepWalk() local
185 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk()
195 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk()
Dspace_bitmap.h156 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
/art/tools/ahat/
DREADME.txt81 Properly mark thread and non-default root objects as roots.
/art/tools/
Dlibcore_failures.txt241 …t on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.",