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

  /external/v8/src/heap/
marking.h 13 class MarkBit {
17 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {}
20 bool operator==(const MarkBit& other) {
29 inline MarkBit Next() {
32 return MarkBit(cell_ + 1, 1);
34 return MarkBit(cell_, new_mask);
70 return sizeof(MarkBit::CellType) * cells_count;
89 INLINE(MarkBit::CellType* cells()) {
90 return reinterpret_cast<MarkBit::CellType*>(this);
99 inline MarkBit MarkBitFromIndex(uint32_t index)
    [all...]
mark-compact.cc 351 MarkBit mark_bit = ObjectMarking::MarkBitFrom(obj);
928 MarkBit code_mark = ObjectMarking::MarkBitFrom(code);
975 MarkBit code_mark = ObjectMarking::MarkBitFrom(code);
1468 MarkBit markbit = ObjectMarking::MarkBitFrom(object); local
1482 MarkBit markbit = ObjectMarking::MarkBitFrom(object); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go 744 // Init the markbit structures
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go 744 // Init the markbit structures
    [all...]

Completed in 134 milliseconds