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.cc103 last_gc_to_space_end_(nullptr), in SemiSpace()
222 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) { in MarkingPhase()
223 last_gc_to_space_end_ = from_space_->Begin(); in MarkingPhase()
444 last_gc_to_space_end_ = to_space_->End(); in ReclaimPhase()
519 if (generational_ && reinterpret_cast<uint8_t*>(obj) < last_gc_to_space_end_) { in MarkNonForwardedObject()
Dsemi_space.h232 uint8_t* last_gc_to_space_end_; variable