Searched refs:temp_space_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1605 space::BumpPointerSpace* temp_space_; variable