Searched refs:kDoubleAlignment (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 601 constexpr intptr_t kDoubleAlignment = 8; member 602 constexpr intptr_t kDoubleAlignmentMask = kDoubleAlignment - 1;
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 584 if (IsAligned(mutable_double_address, kDoubleAlignment)) { in BuildJsonObject()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1239 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 D | code-stub-assembler.h | 329 kDoubleAlignment = 1, member in v8::internal::CodeStubAssembler::AllocationFlag
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 3180 STATIC_ASSERT(IsAligned(FixedDoubleArray::kHeaderSize, kDoubleAlignment)); 3189 STATIC_ASSERT(IsAligned(ByteArray::kHeaderSize, kDoubleAlignment));
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 7274 stack_slot_bytes, kDoubleAlignment));
|
Completed in 51 milliseconds