Searched refs:kPageShift (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp607 static const size_t kPageShift = 12;
608 static const size_t kPageSize = 1 << kPageShift;
624 static const size_t kMinSystemAlloc = 1 << (20 - kPageShift);
890 const size_t my_pages = psize >> kPageShift;
895 const size_t my_objects = (my_pages << kPageShift) / size;
896 const size_t prev_objects = (class_to_pages[sc-1] << kPageShift)
962 const int alloc_size = class_to_pages[cl] << kPageShift;
970 int(class_to_pages[cl] << kPageShift),
1080 static const Length kMaxValidPages = (~static_cast<Length>(0)) >> kPageShift;
1085 return (bytes >> kPageShift)
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h101 static const int kPageShift = 12; member in class:v8::internal::CachePage
102 static const int kPageSize = 1 << kPageShift;
/external/v8/src/mips/
H A Dsimulator-mips.h113 static const int kPageShift = 12; member in class:v8::internal::CachePage
114 static const int kPageSize = 1 << kPageShift;

Completed in 104 milliseconds