Home
last modified time | relevance | path

Searched refs:kMaxSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h462 static const unsigned kMaxSizeInBytes = kMaxSizeInBits / kBitsPerByte; member in vixl::aarch64::SimRegisterBase
463 VIXL_STATIC_ASSERT((kMaxSizeInBytes * kBitsPerByte) == kMaxSizeInBits);
465 SimRegisterBase() : size_in_bytes_(kMaxSizeInBytes) { Clear(); } in SimRegisterBase()
471 VIXL_ASSERT(size_in_bytes <= kMaxSizeInBytes); in SetSizeInBytes()
494 memset(value_, 0, kMaxSizeInBytes); in Clear()
546 uint8_t value_[kMaxSizeInBytes];

Completed in 9 milliseconds