Searched refs:roots_end (Results 1 – 1 of 1) sorted by relevance
2106 auto* roots_end = reinterpret_cast<GcRoot<mirror::Object>*>(bss_end_); in GetBssGcRoots() local2107 return ArrayRef<GcRoot<mirror::Object>>(roots, roots_end - roots); in GetBssGcRoots()