Home
last modified time | relevance | path

Searched refs:GetLastUsedByte (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dgc_visited_arena_pool.h51 uint8_t* GetLastUsedByte() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetLastUsedByte() function
/art/runtime/gc/collector/
Dmark_compact.cc2751 uint8_t* last_byte = arena.GetLastUsedByte(); in CompactionPause()