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

  /art/runtime/gc/space/
image_space.h 179 static Atomic<uint32_t> bitmap_index_; member in class:art::gc::space::ImageSpace
malloc_space.h 166 static size_t bitmap_index_; member in class:art::gc::space::MallocSpace
malloc_space.cc 41 size_t MallocSpace::bitmap_index_ = 0;
52 size_t bitmap_index = bitmap_index_++;
image_space.cc 61 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
675 const uint32_t bitmap_index = ImageSpace::bitmap_index_.FetchAndAddSequentiallyConsistent(1);
    [all...]

Completed in 89 milliseconds