Searched defs:words (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc329 CHECK_EQ(word_ptr[i], 0U) << "words don't match at index " << i;
487 const uintptr_t* words = reinterpret_cast<uintptr_t*>(r); local
489 CHECK_EQ(words[i], 0U);
1114 first_search_vec_idx_ = num_vec - 1; // No free bits in any of the bitmap words.

Completed in 781 milliseconds