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

  /art/runtime/
mem_map.h 163 bool HasAddress(const void* addr) const {
  /art/runtime/gc/accounting/
bitmap.h 155 DCHECK(HasAddress(addr)) << CoverBegin() << " <= " << addr << " < " << CoverEnd();
159 ALWAYS_INLINE bool HasAddress(const uintptr_t addr) const {
space_bitmap.h 101 bool HasAddress(const void* obj) const {
  /art/runtime/gc/space/
space.h 309 bool HasAddress(const mirror::Object* obj) const {
315 return HasAddress(obj);

Completed in 188 milliseconds