HomeSort by relevance Sort by last modified time
    Searched refs:CellType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 319 template <typename CellType>
322 const std::pair<CellType, unsigned> &rleAccumulator,
323 const std::map<CellType, std::string> &cellTypeStrs) const;
RenderMachineFunction.cpp 717 template <typename CellType>
720 const std::pair<CellType, unsigned> &rleAccumulator,
721 const std::map<CellType, std::string> &cellTypeStrs) const {
726 typename std::map<CellType, std::string>::const_iterator ctsItr =
    [all...]
  /external/v8/src/
spaces.h 126 typedef uint32_t CellType;
128 inline MarkBit(CellType* cell, CellType mask, bool data_only)
131 inline CellType* cell() { return cell_; }
132 inline CellType mask() { return mask_; }
147 CellType new_mask = mask_ << 1;
156 CellType* cell_;
157 CellType mask_;
191 return sizeof(MarkBit::CellType) * cells_count;
206 INLINE(MarkBit::CellType* cells())
    [all...]
mark-compact.cc     [all...]

Completed in 39 milliseconds