HomeSort by relevance Sort by last modified time
    Searched defs:kPageSize (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/libstagefright/include/
NuCachedSource2.h 74 kPageSize = 65536,
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 745 const int kPageSize = 4096;
746 const int kRegistersPerPage = kPageSize / kPointerSize;
    [all...]
lithium-codegen-ia32.cc 150 const int kPageSize = 4 * KB;
151 for (int offset = slots * kPointerSize - kPageSize;
153 offset -= kPageSize) {
    [all...]
  /external/v8/src/arm/
simulator-arm.h 100 static const int kPageSize = 1 << kPageShift;
101 static const int kPageMask = kPageSize - 1;
119 char data_[kPageSize]; // The cached data.
120 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/v8/src/mips/
simulator-mips.h 111 static const int kPageSize = 1 << kPageShift;
112 static const int kPageMask = kPageSize - 1;
130 char data_[kPageSize]; // The cached data.
131 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/v8/src/
spaces.h 107 && (offset <= Page::kPageSize))
134 // from [page_addr .. page_addr + kPageSize[
147 // [page_addr + kObjectStartOffset .. page_addr + kPageSize].
183 Address ObjectAreaEnd() { return address() + Page::kPageSize; }
240 static const int kPageSize = 1 << kPageSizeBits;
254 static const int kObjectAreaSize = kPageSize - kObjectStartOffset;
264 STATIC_CHECK(kRegionSize == kPageSize / kBitsPerInt);
321 // opaque_header, encodes the next page address (aligned to kPageSize 8K)
323 // opaque_header. The value range of the opaque_header is [0..kPageSize[,
615 return (Available() / Page::kPageSize) * Page::kObjectAreaSize
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 165 const int kPageSize = 4 * KB;
166 for (int offset = slots * kPointerSize - kPageSize;
168 offset -= kPageSize) {
    [all...]

Completed in 924 milliseconds