/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | unwinding-info-writer-x64.cc | 66 eh_frame_writer_.IncreaseBaseAddressOffset(kInt64Size); in MarkFrameConstructed() 89 eh_frame_writer_.IncreaseBaseAddressOffset(-kInt64Size); in MarkFrameDeconstructed()
|
D | code-generator-x64.cc | 435 case kInt64Size: in EmitMemoryProbeForTrapHandlerIfNeeded() 2500 DetermineStubCallMode(), kInt64Size); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/ |
D | constant-pool.cc | 294 if (require_alignment == Alignment::kRequired) assm_->Align(kInt64Size); in EmitAndClear() 410 Entry32Count() * kInt32Size + alignment + Entry64Count() * kInt64Size; in ComputeSize() 418 !IsAligned(pc_offset + size_up_to_marker, kInt64Size)) { in IsAlignmentRequiredIfEmittedAt() 543 if (require_alignment == Alignment::kRequired) assm_->DataAlign(kInt64Size); in EmitAndClear() 659 Entry32Count() * kInt32Size + alignment + Entry64Count() * kInt64Size; in ComputeSize() 667 !IsAligned(pc_offset + size_up_to_marker, kInt64Size)) { in IsAlignmentRequiredIfEmittedAt()
|
D | code-factory.cc | 393 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub() 413 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub() 428 CHECK_EQ(size, kInt64Size); in GetTSANRelaxedLoadStub()
|
D | machine-type.h | 292 sizeof(AnyCType) == kInt64Size, in TypeForCType()
|
D | code-stub-assembler.h | 646 if (kTaggedSize == kInt64Size) { in SmiShr() 672 if (kTaggedSize == kInt64Size) { in SmiSar() 696 if (kTaggedSize == kInt64Size) { \
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-internal-gen.cc | 437 CHECK_EQ(size, kInt64Size); in GetExternalReference() 481 GenerateTSANRelaxedStore(SaveFPRegsMode::kIgnore, kInt64Size); in TF_BUILTIN() 485 GenerateTSANRelaxedStore(SaveFPRegsMode::kSave, kInt64Size); in TF_BUILTIN() 504 CHECK_EQ(size, kInt64Size); in GetExternalReference() 548 GenerateTSANSeqCstStore(SaveFPRegsMode::kIgnore, kInt64Size); in TF_BUILTIN() 552 GenerateTSANSeqCstStore(SaveFPRegsMode::kSave, kInt64Size); in TF_BUILTIN() 565 CHECK_EQ(size, kInt64Size); in GetExternalReference() 590 GenerateTSANRelaxedLoad(SaveFPRegsMode::kIgnore, kInt64Size); in TF_BUILTIN() 594 GenerateTSANRelaxedLoad(SaveFPRegsMode::kSave, kInt64Size); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/numbers/ |
D | math-random.h | 25 static const int kStateSize = 2 * kInt64Size;
|
D | hash-seed-inl.h | 47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.h | 211 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub() 231 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub() 246 CHECK_EQ(size, kInt64Size); in GetTSANRelaxedLoadStub()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 516 emit_##instruction(ps..., kInt64Size); \ 603 void repmovsq() { emit_repmovs(kInt64Size); } in repmovsq() 701 shift(dst, imm8, subcode, kInt64Size); \ 709 shift(dst, imm8, subcode, kInt64Size); \ 714 void instruction##q_cl(Register dst) { shift(dst, subcode, kInt64Size); } \ 718 void instruction##q_cl(Operand dst) { shift(dst, subcode, kInt64Size); } 2193 if (size == kInt64Size) { in emit_rex() 2202 if (size == kInt64Size) { in emit_rex() 2212 if (size == kInt64Size) { in emit_rex() 2482 if (size == kInt64Size && dst.code() == src.code()) { in emit_xor()
|
D | assembler-x64.cc | 808 DCHECK(size == kInt64Size ? is_uint6(shift_amount.value_) in shift() 825 DCHECK(size == kInt64Size ? is_uint6(shift_amount.value_) in shift() 1171 emit_rex(src, dst, kInt64Size); in xaddq() 1691 if (size == kInt64Size) { in emit_mov() 1710 DCHECK_EQ(size, kInt64Size); in emit_mov() 1726 emit_rex(dst, kInt64Size); in movq_imm64() 1733 emit_rex(dst, kInt64Size); in movq_heap_number() 1741 emit_rex(dst, kInt64Size); in movq_string()
|
D | macro-assembler-x64.cc | 1409 if (kTaggedSize == kInt64Size) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/execution/ |
D | futex-emulation.cc | 406 DCHECK(sizeof(T) == kInt32Size || sizeof(T) == kInt64Size); in WaitSync() 559 DCHECK(sizeof(T) == kInt32Size || sizeof(T) == kInt64Size); in WaitAsync()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 218 constexpr int kInt64Size = sizeof(int64_t); variable 313 kSystemPointerSize == kInt64Size,
|
/third_party/node/deps/v8/src/heap/ |
D | setup-heap-internal.cc | 682 set_hash_seed(*factory->NewByteArray(kInt64Size, AllocationType::kReadOnly)); in CreateInitialObjects()
|
D | heap.cc | 5916 0, reinterpret_cast<byte*>(&new_hash_seed), kInt64Size); in InitializeHashSeed()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler.cc | 2727 2 * kInt64Size * kBitsPerByte); in BitsetFirstSetBit() 2737 STATIC_ASSERT(kInt64Size >= sizeof(decltype(masked_bitset.to_ullong()))); in BitsetFirstSetBit()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 487 STATIC_ASSERT(kTaggedSize == kInt64Size); in LoadTaggedPointer() 504 STATIC_ASSERT(kTaggedSize == kInt64Size); in StoreTaggedPointer()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64.h | 2671 constpool_.Entry64Count() * kInt64Size; in GetConstantPoolEntriesSizeForTesting()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 371 STATIC_ASSERT(kTaggedSize == kInt64Size); in LoadTaggedPointer()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 4851 if (kSystemPointerSize == kInt64Size && !env_->module->is_memory64) { in PopMemTypeToRegister() 4859 if (kSystemPointerSize == kInt64Size || !env_->module->is_memory64) { in PopMemTypeToRegister()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 5480 if (kSystemPointerSize == kInt64Size) return; // memory64 on 64-bit in MemTypeToUintPtrOrOOBTrap()
|