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 143 static Atomic<uint32_t> bitmap_index_; member in class:art::gc::space::ImageSpace
malloc_space.h 167 static size_t bitmap_index_; member in class:art::gc::space::MallocSpace
malloc_space.cc 36 size_t MallocSpace::bitmap_index_ = 0; member in class:art::gc::space::MallocSpace
47 size_t bitmap_index = bitmap_index_++;
image_space.cc 41 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
676 uint32_t bitmap_index = bitmap_index_.FetchAndAddSequentiallyConsistent(1);
    [all...]

Completed in 100 milliseconds