Home
last modified time | relevance | path

Searched defs:data_only (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
Dspaces.h105 inline MarkBit(CellType* cell, CellType mask, bool data_only) in MarkBit()
121 inline bool data_only() { return data_only_; } in data_only() function