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

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1524 accounting::LargeObjectBitmap* los_bitmap = local
1526 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range";
1530 } else if (is_los && los_bitmap->Test(obj)) {
1565 accounting::LargeObjectBitmap* los_bitmap = local
1567 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range";
1570 (is_los && los_bitmap->Test(ref))) {
1956 accounting::LargeObjectBitmap* los_bitmap = local
1958 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range";
1963 } else if (is_los && los_bitmap->Test(from_ref)) {
2016 accounting::LargeObjectBitmap* los_bitmap local
[all...]

Completed in 1536 milliseconds