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

  /external/chromium_org/v8/src/compiler/
node-matchers.h 73 bool IsPowerOf2() const {
machine-operator-reducer.cc 208 if (m.right().IsPowerOf2()) { // x * 2^n => x << n
219 // TODO(turbofan): if (m.right().IsPowerOf2())
243 if (m.right().IsPowerOf2()) { // x / 2^n => x >> n
255 // TODO(turbofan): if (m.right().IsPowerOf2())
272 if (m.right().IsPowerOf2()) { // x % 2^n => x & 2^n-1
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 82 static bool IsPowerOf2(size_t power)
108 ASSERT(IsPowerOf2(pageSize));
    [all...]

Completed in 842 milliseconds