Searched refs:temp_space_ (Results 1 – 2 of 2) sorted by relevance
353 temp_space_(nullptr), in Heap()607 temp_space_ = space::BumpPointerSpace::CreateFromMemMap("Bump pointer space 2", in Heap()609 CHECK(temp_space_ != nullptr) << "Failed to create bump pointer space"; in Heap()610 AddSpace(temp_space_); in Heap()1625 } else if (temp_space_ != nullptr && temp_space_->HasAddress(obj.Ptr())) { in IsLiveObjectLocked()1628 return temp_space_->Contains(obj.Ptr()); in IsLiveObjectLocked()2382 if (temp_space_ != nullptr) { in PreZygoteFork()2383 CHECK(temp_space_->IsEmpty()); in PreZygoteFork()2502 CHECK(temp_space_ != nullptr); in SwapSemiSpaces()2503 std::swap(bump_pointer_space_, temp_space_); in SwapSemiSpaces()[all …]
1519 space::BumpPointerSpace* temp_space_; variable