Lines Matching refs:temp_space_
388 temp_space_(nullptr), in Heap()
668 temp_space_ = space::BumpPointerSpace::CreateFromMemMap("Bump pointer space 2", in Heap()
670 CHECK(temp_space_ != nullptr) << "Failed to create bump pointer space"; in Heap()
671 AddSpace(temp_space_); in Heap()
1765 } else if (temp_space_ != nullptr && temp_space_->HasAddress(obj.Ptr())) { in IsLiveObjectLocked()
1768 return temp_space_->Contains(obj.Ptr()); in IsLiveObjectLocked()
2558 if (temp_space_ != nullptr) { in PreZygoteFork()
2559 CHECK(temp_space_->IsEmpty()); in PreZygoteFork()
2678 CHECK(temp_space_ != nullptr); in SwapSemiSpaces()
2679 std::swap(bump_pointer_space_, temp_space_); in SwapSemiSpaces()
2838 semi_space_collector_->SetToSpace(temp_space_); in CollectGarbageInternal()
2865 if (temp_space_ != nullptr && in CollectGarbageInternal()
2867 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()
2871 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()
2873 CHECK(temp_space_->IsEmpty()); in CollectGarbageInternal()