Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc95 last_gc_to_space_end_(nullptr), in SemiSpace()
210 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) { in MarkingPhase()
211 last_gc_to_space_end_ = from_space_->Begin(); in MarkingPhase()
420 last_gc_to_space_end_ = to_space_->End(); in ReclaimPhase()
495 if (generational_ && reinterpret_cast<uint8_t*>(obj) < last_gc_to_space_end_) { in MarkNonForwardedObject()
Dsemi_space.h235 uint8_t* last_gc_to_space_end_; variable