Searched refs:kSizeInBytes (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | external-reference-table.h | 55 static constexpr uint32_t kSizeInBytes = kSize * kEntrySize + 2 * kUInt32Size; variable 74 DCHECK_LT(offset, kSizeInBytes); in NameFromOffset() 117 STATIC_ASSERT(ExternalReferenceTable::kSizeInBytes ==
|
/third_party/vixl/test/aarch64/ |
D | test-utils-aarch64.h | 58 template <int kSizeInBytes> 64 VIXL_CHECK(kSizeInBytes >= ((lane + 1) * lane_size)); in GetLane() 73 VIXL_CHECK(kSizeInBytes >= ((lane + 1) * lane_size)); in SetLane() 77 bool Equals(const VectorValue<kSizeInBytes>& other) const { in Equals() 78 return memcmp(bytes, other.bytes, kSizeInBytes) == 0; in Equals() 81 uint8_t bytes[kSizeInBytes];
|
/third_party/node/deps/v8/src/execution/ |
D | thread-local-top.h | 37 static constexpr uint32_t kSizeInBytes = 26 * kSystemPointerSize; 39 static constexpr uint32_t kSizeInBytes = 25 * kSystemPointerSize;
|
D | isolate-data.h | 28 V(kStackGuardOffset, StackGuard::kSizeInBytes, stack_guard) \ 45 V(kExternalReferenceTableOffset, ExternalReferenceTable::kSizeInBytes, \ 47 V(kThreadLocalTopOffset, ThreadLocalTop::kSizeInBytes, thread_local_top) \
|
D | stack-guard.h | 100 static constexpr int kSizeInBytes = 7 * kSystemPointerSize; variable 194 STATIC_ASSERT(StackGuard::kSizeInBytes == sizeof(StackGuard));
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | register-arm.h | 117 static constexpr int kSizeInBytes = 4; 152 static constexpr int kSizeInBytes = 8;
|
D | macro-assembler-arm.cc | 54 bytes += DwVfpRegister::kNumRegisters * DwVfpRegister::kSizeInBytes; in RequiredStackSizeForCallerSaved() 72 bytes += DwVfpRegister::kNumRegisters * DwVfpRegister::kSizeInBytes; in PushCallerSaved() 84 bytes += DwVfpRegister::kNumRegisters * DwVfpRegister::kSizeInBytes; in PopCallerSaved()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | register-s390.h | 142 static constexpr int kSizeInBytes = 8;
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 319 template <int kSizeInBytes> 324 static_assert(sizeof(new_value) <= kSizeInBytes, in Set() 326 if (sizeof(new_value) < kSizeInBytes) { in Set() 328 memset(value_ + sizeof(new_value), 0, kSizeInBytes - sizeof(new_value)); in Set() 342 static_cast<unsigned>(kSizeInBytes)); in Insert() 352 static_cast<unsigned>(kSizeInBytes)); 365 uint8_t value_[kSizeInBytes];
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | register-ppc.h | 158 static constexpr int kSizeInBytes = 8;
|
/third_party/node/deps/v8/src/diagnostics/ |
D | disassembler.cc | 130 const unsigned kExtRefsTableSize = ExternalReferenceTable::kSizeInBytes; in RootRelativeName()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 230 DCHECK(RegisterType::kSizeInBytes == 4 || RegisterType::kSizeInBytes == 8); in EmitFloatMinOrMax()
|