Home
last modified time | relevance | path

Searched defs:kPageSize (Results 1 – 19 of 19) sorted by relevance

/third_party/gn/src/gn/
Dstring_output_buffer.h92 static constexpr size_t kPageSize = 65536; variable
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmap-corruption01.c64 int kPageSize = 4096; variable
/third_party/node/deps/v8/src/heap/cppgc/
Dglobals.h42 constexpr size_t kPageSize = 1 << kPageSizeLog2; variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp29 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
61 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
/third_party/node/deps/v8/tools/
Dcodemap.mjs37 const kPageSize = 1 << kPageAlignment; constant
/third_party/node/deps/v8/src/heap/
Dobject-start-bitmap.h23 static const int kPageSize = 1 << kPageSizeBits; variable
Dmemory-chunk.h51 static const int kPageSize = 1 << kPageSizeBits; variable
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc25 const uint32_t kPageSize = 4096; in IsSamePage() local
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h36 static const int kPageSize = 1 << kPageShift; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc280 const size_t kPageSize = 64 << 10; variable
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h38 static const int kPageSize = 1 << kPageShift; variable
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h39 static const int kPageSize = 1 << kPageShift; variable
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h56 static const int kPageSize = 1 << kPageShift; variable
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h57 static const int kPageSize = 1 << kPageShift; variable
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h57 static const int kPageSize = 1 << kPageShift; variable
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h48 const unsigned kPageSize = 4 * KBytes; variable
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h172 static const int kPageSize = 1 << kPageShift; variable
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js47 var kPageSize = 65536; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp153605 static const size_t kPageSize = 16; member in mozilla::dom::ProtoAndIfaceCache::PageTableCache