Searched defs:ContainsObject (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dimmune_spaces.h53 return largest_immune_region_.ContainsObject(obj);
70 ALWAYS_INLINE bool ContainsObject(const mirror::Object* obj) const { function in class:art::gc::collector::ImmuneSpaces
71 if (largest_immune_region_.ContainsObject(obj)) {
H A Dimmune_region.h36 // the zygote, image spaces, and sometimes non moving spaces. Doing the ContainsObject check is
46 ALWAYS_INLINE bool ContainsObject(const mirror::Object* obj) const { function in class:art::gc::collector::ImmuneRegion

Completed in 36 milliseconds