HomeSort by relevance Sort by last modified time
    Searched refs:allocation_info_map_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
large_object_space.cc 326 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_->End()));
365 allocation_info_map_.reset(
369 CHECK(allocation_info_map_.get() != nullptr) << "Failed to allocate allocation info map"
371 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_->Begin());
large_object_space.h 214 std::unique_ptr<MemMap> allocation_info_map_; member in class:art::gc::space::FINAL

Completed in 51 milliseconds