Searched refs:temp_space_ (Results 1 – 2 of 2) sorted by relevance
371 temp_space_(nullptr), in Heap()647 temp_space_ = space::BumpPointerSpace::CreateFromMemMap("Bump pointer space 2", in Heap()649 CHECK(temp_space_ != nullptr) << "Failed to create bump pointer space"; in Heap()650 AddSpace(temp_space_); in Heap()1713 } else if (temp_space_ != nullptr && temp_space_->HasAddress(obj.Ptr())) { in IsLiveObjectLocked()1716 return temp_space_->Contains(obj.Ptr()); in IsLiveObjectLocked()2501 if (temp_space_ != nullptr) { in PreZygoteFork()2502 CHECK(temp_space_->IsEmpty()); in PreZygoteFork()2621 CHECK(temp_space_ != nullptr); in SwapSemiSpaces()2622 std::swap(bump_pointer_space_, temp_space_); in SwapSemiSpaces()[all …]
1567 space::BumpPointerSpace* temp_space_; variable