HomeSort by relevance Sort by last modified time
    Searched refs:kSetBit (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/accounting/
bitmap-inl.h 132 template<bool kSetBit>
139 if (kSetBit) {
144 DCHECK_EQ(TestBit(bit_index), kSetBit);
space_bitmap-inl.h 158 template<size_t kAlignment> template<bool kSetBit>
169 if (kSetBit) {
174 DCHECK_EQ(Test(obj), kSetBit);
bitmap.h 111 template<bool kSetBit>
space_bitmap.h 201 template<bool kSetBit>

Completed in 48 milliseconds