Searched refs:is_los (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1848 bool is_los = mark_bitmap == nullptr; local
1849 if (!is_los && mark_bitmap->Test(obj)) {
1851 } else if (is_los && los_bitmap->Test(obj)) {
1888 bool is_los = mark_bitmap == nullptr; local
1889 if ((!is_los && mark_bitmap->Test(ref)) ||
1890 (is_los && los_bitmap->Test(ref))) {
2357 bool is_los = mark_bitmap == nullptr; local
2358 if (!is_los && mark_bitmap->Test(from_ref)) {
2361 } else if (is_los && los_bitmap->Test(from_ref)) {
2396 bool is_los local
[all...]

Completed in 67 milliseconds