HomeSort by relevance Sort by last modified time
    Searched defs:data_only (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces.h 128 inline MarkBit(CellType* cell, CellType mask, bool data_only)
129 : cell_(cell), mask_(mask), data_only_(data_only) { }
144 inline bool data_only() { return data_only_; } function in class:v8::internal::MarkBit
218 inline MarkBit MarkBitFromIndex(uint32_t index, bool data_only = false) {
221 return MarkBit(cell, mask, data_only);
    [all...]
  /external/chromium_org/v8/src/
spaces.h 126 inline MarkBit(CellType* cell, CellType mask, bool data_only)
127 : cell_(cell), mask_(mask), data_only_(data_only) { }
142 inline bool data_only() { return data_only_; } function in class:v8::internal::MarkBit
216 inline MarkBit MarkBitFromIndex(uint32_t index, bool data_only = false) {
219 return MarkBit(cell, mask, data_only);
    [all...]

Completed in 190 milliseconds