Searched refs:mark (Results 1 - 4 of 4) sorted by path

/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S2687 // Check lock word for mark bit, if marked return.
2691 sll $at, $t9, 31 - LOCK_WORD_MARK_BIT_SHIFT # Move mark bit to sign bit.
2875 bltz $at, .Lintrospection_field_array # If gray, load reference, mark.
2917 bltz $at, .Lintrospection_field_array # If gray, load reference, mark.
3062 // Check lock word for mark bit, if marked return.
3064 sll $at, $t9, 31 - LOCK_WORD_MARK_BIT_SHIFT # Move mark bit to sign bit.
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S2469 // Check lock word for mark bit, if marked return.
2473 sll $at, $t9, 31 - LOCK_WORD_MARK_BIT_SHIFT # Move mark bit to sign bit.
2680 bltz $at, .Lintrospection_field_array # If gray, load reference, mark.
2706 bltzc $at, .Lintrospection_field_array # If gray, load reference, mark.
2838 // Check lock word for mark bit, if marked return.
2840 sll $at, $t9, 31 - LOCK_WORD_MARK_BIT_SHIFT # Move mark bit to sign bit.
/art/runtime/gc/accounting/
H A Dspace_bitmap.cc185 Atomic<uintptr_t>* mark = mark_bitmap.bitmap_begin_; local
187 uintptr_t garbage = live[i].LoadRelaxed() & ~mark[i].LoadRelaxed();
H A Dspace_bitmap.h161 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,

Completed in 55 milliseconds