Searched refs:mark (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/accounting/ |
D | space_bitmap.cc | 174 Atomic<uintptr_t>* mark = mark_bitmap.bitmap_begin_; in SweepWalk() local 186 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk() 196 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk()
|
D | space_bitmap.h | 169 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
|
/art/tools/ahat/ |
D | README.txt | 77 Properly mark thread and non-default root objects as roots.
|
/art/tools/ |
D | libcore_failures.txt | 239 …t on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.",
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2496 sll $at, $t9, 31 - LOCK_WORD_MARK_BIT_SHIFT # Move mark bit to sign bit. 2703 bltz $at, .Lintrospection_field_array # If gray, load reference, mark. 2729 bltzc $at, .Lintrospection_field_array # If gray, load reference, mark.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2899 bltz $at, .Lintrospection_field_array # If gray, load reference, mark. 2941 bltz $at, .Lintrospection_field_array # If gray, load reference, mark.
|