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.cc94 last_gc_to_space_end_(nullptr), in SemiSpace()
209 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) { in MarkingPhase()
210 last_gc_to_space_end_ = from_space_->Begin(); in MarkingPhase()
409 last_gc_to_space_end_ = to_space_->End(); in ReclaimPhase()
484 if (generational_ && reinterpret_cast<byte*>(obj) < last_gc_to_space_end_) { in MarkNonForwardedObject()
Dsemi_space.h231 byte* last_gc_to_space_end_; variable