Searched refs:SetLiveWords (Results 1 – 3 of 3) sorted by relevance
69 inline uintptr_t MarkCompact::LiveWordsBitmap<kAlignment>::SetLiveWords(uintptr_t begin, in SetLiveWords() function
212 ALWAYS_INLINE uintptr_t SetLiveWords(uintptr_t begin, size_t size);
4602 uintptr_t bit_index = live_words_bitmap_->SetLiveWords(obj_begin, size); in UpdateLivenessInfo()