Home
last modified time | relevance | path

Searched refs:kDoubleAlignment (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/common/
H A Dglobals.h601 constexpr intptr_t kDoubleAlignment = 8; member
602 constexpr intptr_t kDoubleAlignmentMask = kDoubleAlignment - 1;
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc584 if (IsAligned(mutable_double_address, kDoubleAlignment)) { in BuildJsonObject()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1239 bool needs_double_alignment = flags & AllocationFlag::kDoubleAlignment;
1333 DCHECK_EQ(flags & AllocationFlag::kDoubleAlignment, 0);
1341 return AllocateRaw(size_in_bytes, flags | AllocationFlag::kDoubleAlignment,
1351 return AllocateRaw(size_in_bytes, flags & ~AllocationFlag::kDoubleAlignment,
1361 flags == AllocationFlag::kDoubleAlignment);
1381 if (!(flags & AllocationFlag::kDoubleAlignment)) {
1419 if (flags & AllocationFlag::kDoubleAlignment) {
1433 flags == AllocationFlag::kDoubleAlignment);
4324 if (IsDoubleElementsKind(kind)) flags |= AllocationFlag::kDoubleAlignment;
H A Dcode-stub-assembler.h329 kDoubleAlignment = 1, member in v8::internal::CodeStubAssembler::AllocationFlag
/third_party/node/deps/v8/src/heap/
H A Dheap.cc3180 STATIC_ASSERT(IsAligned(FixedDoubleArray::kHeaderSize, kDoubleAlignment));
3189 STATIC_ASSERT(IsAligned(ByteArray::kHeaderSize, kDoubleAlignment));
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc7274 stack_slot_bytes, kDoubleAlignment));

Completed in 51 milliseconds