Searched refs:last_gc_to_space_end_ (Results 1 – 2 of 2) sorted by relevance
102 last_gc_to_space_end_(nullptr), in SemiSpace()221 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) { in MarkingPhase()222 last_gc_to_space_end_ = from_space_->Begin(); in MarkingPhase()442 last_gc_to_space_end_ = to_space_->End(); in ReclaimPhase()517 if (generational_ && reinterpret_cast<uint8_t*>(obj) < last_gc_to_space_end_) { in MarkNonForwardedObject()
231 uint8_t* last_gc_to_space_end_; variable