Home
last modified time | relevance | path

Searched defs:kHeaderSize (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.h46 static constexpr size_t kHeaderSize = 4 * kUInt32Size; variable
Dwasm-serialization.cc193 constexpr size_t kHeaderSize = sizeof(size_t); // total code size variable
/third_party/node/deps/v8/src/snapshot/
Dsnapshot-data.h101 static const uint32_t kHeaderSize = kPayloadLengthOffset + kUInt32Size; variable
/third_party/node/deps/v8/src/objects/
Dbigint.h75 DEFINE_FIELD_OFFSET_CONSTANTS(PrimitiveHeapObject::kHeaderSize, BIGINT_FIELDS) in DEFINE_FIELD_OFFSET_CONSTANTS()
Dobjects.h665 static const int kHeaderSize = 0; // Object does not take up any space. variable
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp101 const size_t kHeaderSize = 128; in LLVMFuzzerTestOneInput() local
/third_party/skia/src/gpu/
DGrProgramDesc.h172 kHeaderSize = 1, // "header" in ::Build enumerator
/third_party/node/deps/v8/src/heap/
Dmemory-chunk.h45 static const size_t kHeaderSize = MemoryChunkLayout::kMemoryChunkHeaderSize; variable
Dbasic-memory-chunk.h272 static const size_t kHeaderSize = variable
/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.h153 static constexpr int kHeaderSize = kEntryConfigurationOffset + kUInt32Size; variable
/third_party/vixl/test/
Dtest-pool-manager.cc679 const int kHeaderSize = 4; in TEST() local
775 const int kHeaderSize = 4; in TEST() local
/third_party/skia/src/utils/
DSkCustomTypeface.cpp314 static constexpr size_t kHeaderSize = 16; variable
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h339 const UInt32 kHeaderSize = 32; variable
/third_party/skia/src/codec/
DSkRawCodec.cpp525 const size_t kHeaderSize = 4; in IsTiffHeaderValid() local
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc390 const int kHeaderSize = FixedArray::kHeaderSize - kHeapObjectTag; in StoreElementWithCapacity() local
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js46 var kHeaderSize = 8; variable