Searched defs:HasAddress (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
H A Dbitmap.h154 DCHECK(HasAddress(addr)) << CoverBegin() << " <= " << addr << " < " << CoverEnd();
158 ALWAYS_INLINE bool HasAddress(const uintptr_t addr) const { function in class:art::gc::accounting::MemoryRangeBitmap
H A Dspace_bitmap.h112 // potentially cover (i.e. `this->HasAddress(obj)` is true)
117 bool HasAddress(const void* obj) const { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/
H A Dmem_map.h196 bool HasAddress(const void* addr) const { function in class:art::MemMap
/art/runtime/gc/space/
H A Dspace.h308 bool HasAddress(const mirror::Object* obj) const { function in class:art::gc::space::ContinuousSpace
314 return HasAddress(obj);

Completed in 73 milliseconds