/third_party/node/deps/v8/src/diagnostics/ |
D | eh-frame.h | 55 static const int kProcedureAddressOffsetInFde = 2 * kInt32Size; in NON_EXPORTED_BASE() 56 static const int kProcedureSizeOffsetInFde = 3 * kInt32Size; in NON_EXPORTED_BASE() 159 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset()); in PatchInt32() 224 kInt32Size; in SkipCie() 266 static const int kDirectivesOffsetInFde = 4 * kInt32Size + 1;
|
D | eh-frame.cc | 143 WriteInt32(cie_size_ + kInt32Size); in WriteFdeHeader() 353 DCHECK_GE(eh_frame_offset(), fde_offset() + kInt32Size); in Finish() 354 WritePaddingToAlignedSize(eh_frame_offset() - fde_offset() - kInt32Size); in Finish() 358 int encoded_fde_size = eh_frame_offset() - fde_offset() - kInt32Size; in Finish() 596 kInt32Size; in DisassembleToStream() 626 const int fde_directives_offset = fde_offset + 4 * kInt32Size + 1; in DisassembleToStream()
|
D | basic-block-profiler.cc | 62 constexpr int kBlockIdSlotSize = kInt32Size; 63 constexpr int kBlockCountSlotSize = kInt32Size;
|
/third_party/node/deps/v8/src/objects/ |
D | allocation-site.h | 154 V(kPretenureDataOffset, kInt32Size) \ 155 V(kPretenureCreateCountOffset, kInt32Size) \
|
D | feedback-vector.h | 556 return OBJECT_POINTER_ALIGN(kHeaderSize + length(slot_count) * kInt32Size); in SizeFor() 560 V(kSlotCountOffset, kInt32Size) \ 561 V(kCreateClosureSlotCountOffset, kInt32Size) \ 591 kInt32Size * kBitsPerByte, uint32_t>;
|
D | field-index-inl.h | 17 DCHECK_IMPLIES(encoding == kWord32, IsAligned(offset, kInt32Size)); in ForInObjectOffset()
|
D | code.h | 182 V(kKindSpecificFlagsOffset, kInt32Size) \ 624 V(kFlagsOffset, kInt32Size) \ 632 V(kUnwindingInfoOffsetOffset, kInt32Size) \
|
D | code-kind.h | 111 STATIC_ASSERT(kCodeKindCount <= kInt32Size * kBitsPerByte);
|
D | feedback-vector-inl.h | 50 int offset = kHeaderSize + index * kInt32Size; in get() 56 int offset = kHeaderSize + index * kInt32Size; in set()
|
D | embedder-data-slot-inl.h | 156 STATIC_ASSERT(kTaggedSize == kInt32Size); in gc_safe_store()
|
D | code-inl.h | 539 STATIC_ASSERT(FIELD_SIZE(kFlagsOffset) == kInt32Size); in kind() 615 STATIC_ASSERT(FIELD_SIZE(kFlagsOffset) == kInt32Size); in initialize_flags() 905 kInt32Size);
|
D | bigint.h | 69 V(kBitfieldOffset, kInt32Size) \
|
D | objects-inl.h | 764 STATIC_ASSERT(!COMPRESS_POINTERS_BOOL || kTaggedSize == kInt32Size); in VerifyObjectField() 770 STATIC_ASSERT(!COMPRESS_POINTERS_BOOL || kTaggedSize == kInt32Size); in VerifyMaybeObjectField() 775 STATIC_ASSERT(!COMPRESS_POINTERS_BOOL || kTaggedSize == kInt32Size); in VerifySmiField()
|
/third_party/node/deps/v8/src/codegen/ |
D | constant-pool.cc | 377 size_t pool_end_64 = pool_end_32 - Entry32Count() * kInt32Size; in ShouldEmitNow() 410 Entry32Count() * kInt32Size + alignment + Entry64Count() * kInt64Size; in ComputeSize() 432 size_t pool_end_64 = pool_end_32 - Entry32Count() * kInt32Size; in IsInImmRangeIfEmittedAt() 626 size_t pool_end_64 = pool_end_32 - Entry32Count() * kInt32Size; in ShouldEmitNow() 659 Entry32Count() * kInt32Size + alignment + Entry64Count() * kInt64Size; in ComputeSize() 681 size_t pool_end_64 = pool_end_32 - Entry32Count() * kInt32Size; in IsInImmRangeIfEmittedAt()
|
D | code-factory.cc | 388 } else if (size == kInt32Size) { in GetTSANStoreStub() 408 } else if (size == kInt32Size) { in GetTSANStoreStub() 423 if (size == kInt32Size) { in GetTSANRelaxedLoadStub()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-internal-gen.cc | 433 } else if (size == kInt32Size) { in GetExternalReference() 473 GenerateTSANRelaxedStore(SaveFPRegsMode::kIgnore, kInt32Size); in TF_BUILTIN() 477 GenerateTSANRelaxedStore(SaveFPRegsMode::kSave, kInt32Size); in TF_BUILTIN() 500 } else if (size == kInt32Size) { in GetExternalReference() 540 GenerateTSANSeqCstStore(SaveFPRegsMode::kIgnore, kInt32Size); in TF_BUILTIN() 544 GenerateTSANSeqCstStore(SaveFPRegsMode::kSave, kInt32Size); in TF_BUILTIN() 561 if (size == kInt32Size) { in GetExternalReference() 582 GenerateTSANRelaxedLoad(SaveFPRegsMode::kIgnore, kInt32Size); in TF_BUILTIN() 586 GenerateTSANRelaxedLoad(SaveFPRegsMode::kSave, kInt32Size); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translation-array.cc | 20 constexpr int kUncompressedSizeSize = kInt32Size; 23 constexpr int kTranslationArrayElementSize = kInt32Size;
|
D | translation-array.h | 116 ? Size() * kInt32Size in SizeInBytes()
|
/third_party/node/deps/v8/src/sandbox/ |
D | external-pointer-inl.h | 20 STATIC_ASSERT(kExternalPointerSize == kInt32Size); in DecodeExternalPointer()
|
/third_party/node/deps/v8/src/numbers/ |
D | conversions-inl.h | 51 reinterpret_cast<void*>(reinterpret_cast<Address>(&x) + kInt32Size); in FastD2UI()
|
/third_party/node/deps/v8/src/compiler/ |
D | basic-block-instrumentor.cc | 108 int offset_to_counter_value = static_cast<int>(block_number) * kInt32Size; in Instrument()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.h | 206 } else if (size == kInt32Size) { in GetTSANStoreStub() 226 } else if (size == kInt32Size) { in GetTSANStoreStub() 241 if (size == kInt32Size) { in GetTSANRelaxedLoadStub()
|
/third_party/node/deps/v8/src/torque/ |
D | types.cc | 1170 alignment = kInt32Size; in AlignmentLog2() 1172 alignment = kInt32Size; in AlignmentLog2() 1245 size = kInt32Size; in SizeOf() 1248 size = kInt32Size; in SizeOf()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 511 emit_##instruction(ps..., kInt32Size); \ 602 void repmovsl() { emit_repmovs(kInt32Size); } in repmovsl() 697 shift(dst, imm8, subcode, kInt32Size); \ 705 shift(dst, imm8, subcode, kInt32Size); \ 712 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \ 716 void instruction##l_cl(Operand dst) { shift(dst, subcode, kInt32Size); } \ 2196 DCHECK_EQ(size, kInt32Size); in emit_rex() 2205 DCHECK_EQ(size, kInt32Size); in emit_rex() 2215 DCHECK_EQ(size, kInt32Size); in emit_rex() 2485 arithmetic_op(0x33, dst, src, kInt32Size); in emit_xor()
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot.cc | 112 num_contexts * kInt32Size); in StartupSnapshotOffset() 116 return kFirstContextOffsetOffset + index * kInt32Size; in ContextSnapshotOffsetOffset()
|