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

  /art/runtime/
monitor_pool.h 182 static constexpr size_t kMonitorAlignment = 8;
184 static constexpr size_t kAlignedMonitorSize = (sizeof(Monitor) + kMonitorAlignment - 1) &
185 -kMonitorAlignment;
215 // Last 9 bits: offset within chunk, expressed as multiple of kMonitorAlignment.
monitor_pool.cc 64 CHECK_EQ(0U, reinterpret_cast<uintptr_t>(chunk) % kMonitorAlignment);

Completed in 65 milliseconds