Home
last modified time | relevance | path

Searched refs:SetLiveWords (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact-inl.h69 inline uintptr_t MarkCompact::LiveWordsBitmap<kAlignment>::SetLiveWords(uintptr_t begin, in SetLiveWords() function
Dmark_compact.h212 ALWAYS_INLINE uintptr_t SetLiveWords(uintptr_t begin, size_t size);
Dmark_compact.cc4602 uintptr_t bit_index = live_words_bitmap_->SetLiveWords(obj_begin, size); in UpdateLivenessInfo()