Home
last modified time | relevance | path

Searched refs:Modify (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap.h76 return Modify<true>(obj); in Set()
80 return Modify<false>(obj); in Clear()
202 bool Modify(const mirror::Object* obj);
Dspace_bitmap-inl.h159 inline bool SpaceBitmap<kAlignment>::Modify(const mirror::Object* obj) { in Modify() function