Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h435 bool is_free = (state_ == RegionState::kRegionStateFree); in IsFree() local
436 if (is_free) { in IsFree()
441 return is_free; in IsFree()
/art/runtime/gc/allocator/
Drosalloc.cc977 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in InspectAllSlots() local
981 is_free[slot_idx] = true; in InspectAllSlots()
987 is_free[slot_idx] = true; in InspectAllSlots()
992 if (!is_free[slot_idx]) { in InspectAllSlots()
1949 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in Verify() local
1954 is_free[slot_idx] = true; in Verify()
1960 is_free[slot_idx] = true; in Verify()
1968 if (!is_free[slot_idx]) { in Verify()