Home
last modified time | relevance | path

Searched refs:CellType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dspaces.h103 typedef uint32_t CellType; typedef
105 inline MarkBit(CellType* cell, CellType mask, bool data_only) in MarkBit()
108 inline CellType* cell() { return cell_; } in cell()
109 inline CellType mask() { return mask_; } in mask()
124 CellType new_mask = mask_ << 1; in Next()
133 CellType* cell_;
134 CellType mask_;
165 return sizeof(MarkBit::CellType) * cells_count; in SizeFor()
180 INLINE(MarkBit::CellType* cells()) { in INLINE()
181 return reinterpret_cast<MarkBit::CellType*>(this); in INLINE()
[all …]
Dmark-compact.cc1911 MarkBit::CellType* cell = it.CurrentCell(); in DiscoverGreyObjectsOnPage()
1913 const MarkBit::CellType current_cell = *cell; in DiscoverGreyObjectsOnPage()
1916 MarkBit::CellType grey_objects; in DiscoverGreyObjectsOnPage()
1918 const MarkBit::CellType next_cell = *(cell + 1); in DiscoverGreyObjectsOnPage()
1954 MarkBit::CellType* cells = p->markbits()->cells(); in DiscoverAndEvacuateBlackObjectsOnPage()
1959 MarkBit::CellType* cell = it.CurrentCell(); in DiscoverAndEvacuateBlackObjectsOnPage()
1961 MarkBit::CellType current_cell = *cell; in DiscoverAndEvacuateBlackObjectsOnPage()
3132 MarkBit::CellType* cell = it.CurrentCell(); in EvacuateLiveObjectsFromPage()
3322 MarkBit::CellType* cell = it.CurrentCell(); in Sweep()
3406 MarkBit::CellType* start_cell = start_mark_bit.cell(); in SetMarkBitsUnderInvalidatedCode()
[all …]
Dmark-compact.h912 inline MarkBit::CellType* CurrentCell() { in CurrentCell()
931 MarkBit::CellType* cells_;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java42 private enum CellType { enum in XYLegendWidget