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 176 static size_t bitmap_index_; member in class:art::gc::space::MallocSpace
malloc_space.cc 40 size_t MallocSpace::bitmap_index_ = 0;
51 size_t bitmap_index = bitmap_index_++;
image_space.cc 57 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
641 const uint32_t bitmap_index = ImageSpace::bitmap_index_.FetchAndAddSequentiallyConsistent(1);
    [all...]

Completed in 118 milliseconds