Searched refs:age_table (Results 1 – 7 of 7) sorted by relevance
127 const AgeTable& age_table,405 const AgeTable& age_table = local_data.age_table;408 if (V8_LIKELY(age_table.GetAge(params.slot_offset) == AgeTable::Age::kYoung))411 GenerationalBarrierSlow(local_data, age_table, slot, params.value_offset);420 const AgeTable& age_table = local_data.age_table;424 if (V8_LIKELY(age_table.GetAge(params.slot_offset) == AgeTable::Age::kYoung))
72 AgeTable age_table; member
45 auto& age_table = page->heap().caged_heap().local_data().age_table; in MarkRangeAsYoung() local48 age_table.SetAge(offset, AgeTable::Age::kYoung); in MarkRangeAsYoung()54 age_table.SetAge(offset_begin, AgeTable::Age::kMixed); in MarkRangeAsYoung()56 age_table.SetAge(offset_end, AgeTable::Age::kMixed); in MarkRangeAsYoung()
129 const AgeTable& age_table, in GenerationalBarrierSlow() argument138 if (value_offset > 0 && age_table.GetAge(value_offset) == AgeTable::Age::kOld) in GenerationalBarrierSlow()
20 age_table.Reset(&allocator); in CagedHeapLocalData()
109 const auto age = heap_.caged_heap().local_data().age_table.GetAge( in VisitHeapObjectHeader()
143 caged_heap().local_data().age_table.Reset(&caged_heap().allocator()); in ResetRememberedSet()