Home
last modified time | relevance | path

Searched refs:kInt64Size (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dunwinding-info-writer-x64.cc66 eh_frame_writer_.IncreaseBaseAddressOffset(kInt64Size); in MarkFrameConstructed()
89 eh_frame_writer_.IncreaseBaseAddressOffset(-kInt64Size); in MarkFrameDeconstructed()
Dcode-generator-x64.cc435 case kInt64Size: in EmitMemoryProbeForTrapHandlerIfNeeded()
2500 DetermineStubCallMode(), kInt64Size); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/
Dconstant-pool.cc294 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()
Dcode-factory.cc393 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub()
413 CHECK_EQ(size, kInt64Size); in GetTSANStoreStub()
428 CHECK_EQ(size, kInt64Size); in GetTSANRelaxedLoadStub()
Dmachine-type.h292 sizeof(AnyCType) == kInt64Size, in TypeForCType()
Dcode-stub-assembler.h646 if (kTaggedSize == kInt64Size) { in SmiShr()
672 if (kTaggedSize == kInt64Size) { in SmiSar()
696 if (kTaggedSize == kInt64Size) { \
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc437 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/
Dmath-random.h25 static const int kStateSize = 2 * kInt64Size;
Dhash-seed-inl.h47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h211 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/
Dassembler-x64.h516 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()
Dassembler-x64.cc808 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()
Dmacro-assembler-x64.cc1409 if (kTaggedSize == kInt64Size) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc406 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/
Dglobals.h218 constexpr int kInt64Size = sizeof(int64_t); variable
313 kSystemPointerSize == kInt64Size,
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc682 set_hash_seed(*factory->NewByteArray(kInt64Size, AllocationType::kReadOnly)); in CreateInitialObjects()
Dheap.cc5916 0, reinterpret_cast<byte*>(&new_hash_seed), kInt64Size); in InitializeHashSeed()
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc2727 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/
Dliftoff-assembler-mips64.h487 STATIC_ASSERT(kTaggedSize == kInt64Size); in LoadTaggedPointer()
504 STATIC_ASSERT(kTaggedSize == kInt64Size); in StoreTaggedPointer()
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.h2671 constpool_.Entry64Count() * kInt64Size; in GetConstantPoolEntriesSizeForTesting()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h371 STATIC_ASSERT(kTaggedSize == kInt64Size); in LoadTaggedPointer()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4851 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/
Dwasm-compiler.cc5480 if (kSystemPointerSize == kInt64Size) return; // memory64 on 64-bit in MemTypeToUintPtrOrOOBTrap()