Home
last modified time | relevance | path

Searched refs:kSizetSize (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h244 static constexpr uint32_t EmbeddedBlobDataHashSize() { return kSizetSize; } in EmbeddedBlobDataHashSize()
248 static constexpr uint32_t EmbeddedBlobCodeHashSize() { return kSizetSize; } in EmbeddedBlobCodeHashSize()
252 static constexpr uint32_t IsolateHashSize() { return kSizetSize; } in IsolateHashSize()
Dembedded-data.cc346 STATIC_ASSERT(IsolateHashSize() == kSizetSize); in FromIsolate()
394 STATIC_ASSERT(EmbeddedBlobDataHashSize() == kSizetSize); in FromIsolate()
399 STATIC_ASSERT(EmbeddedBlobCodeHashSize() == kSizetSize); in FromIsolate()
/third_party/node/deps/v8/src/codegen/
Dsignature.h117 kReturnCountOffset + kSizetSize;
118 static constexpr size_t kRepsOffset = kParameterCountOffset + kSizetSize;
Dcode-stub-assembler.cc4780 STATIC_ASSERT(kSizetSize == kIntptrSize); in FillFixedArrayWithSmiZero()
4802 STATIC_ASSERT(kSizetSize == kIntptrSize); in FillFixedDoubleArrayWithZero()
/third_party/node/deps/v8/src/heap/
Dheap-write-barrier-inl.h45 static constexpr uintptr_t kFlagsOffset = kSizetSize;
46 static constexpr uintptr_t kHeapOffset = kSizetSize + kUIntptrSize;
Dobject-stats.cc336 return kSizetSize * 8 - 1 - base::bits::CountLeadingZeros(size); in Log2ForSize()
/third_party/node/deps/v8/src/execution/
Disolate-data.h41 V(kLongTaskStatsCounterOffset, kSizetSize, long_task_stats_counter) \
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h378 V(kMemorySizeOffset, kSizetSize) \
/third_party/node/deps/v8/src/common/
Dglobals.h220 constexpr int kSizetSize = sizeof(size_t); variable