Home | History | Annotate | Download | only in aarch64

Lines Matching full:pool_size

120   size_t pool_size = GetSize();
121 size_t emit_size = pool_size;
142 VIXL_ASSERT((pool_size % kWRegSizeInBytes) == 0);
144 masm_->ldr(xzr, static_cast<int>(pool_size / kWRegSizeInBytes));