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

  /art/runtime/gc/space/
large_object_space.h 109 virtual std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const = 0;
146 std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const OVERRIDE REQUIRES(!lock_);
181 std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const OVERRIDE REQUIRES(!lock_);
large_object_space.cc 601 std::pair<uint8_t*, uint8_t*> range = GetBeginEndAtomic();
615 std::pair<uint8_t*, uint8_t*> LargeObjectMapSpace::GetBeginEndAtomic() const {
620 std::pair<uint8_t*, uint8_t*> FreeListSpace::GetBeginEndAtomic() const {
  /art/runtime/gc/collector/
semi_space.cc 413 std::pair<uint8_t*, uint8_t*> range = los->GetBeginEndAtomic();
    [all...]
concurrent_copying.cc     [all...]

Completed in 62 milliseconds