Searched refs:GetBeginEndAtomic (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.h110 virtual std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const = 0;
147 std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const OVERRIDE REQUIRES(!lock_);
182 std::pair<uint8_t*, uint8_t*> GetBeginEndAtomic() const OVERRIDE REQUIRES(!lock_);
H A Dlarge_object_space.cc603 std::pair<uint8_t*, uint8_t*> range = GetBeginEndAtomic();
617 std::pair<uint8_t*, uint8_t*> LargeObjectMapSpace::GetBeginEndAtomic() const { function in class:art::gc::space::LargeObjectMapSpace
622 std::pair<uint8_t*, uint8_t*> FreeListSpace::GetBeginEndAtomic() const { function in class:art::gc::space::FreeListSpace
/art/runtime/gc/collector/
H A Dsemi_space.cc412 std::pair<uint8_t*, uint8_t*> range = los->GetBeginEndAtomic();
H A Dconcurrent_copying.cc1704 std::pair<uint8_t*, uint8_t*> range = los->GetBeginEndAtomic();

Completed in 75 milliseconds