Lines Matching refs:VIXL_ASSERT
57 VIXL_ASSERT(IsWordAligned(buffer_));
69 VIXL_ASSERT(buffer_ != NULL);
74 // VIXL_ASSERT(!IsDirty()); // Use own allocator - not applied
82 VIXL_ASSERT(res == 0);
129 VIXL_ASSERT(HasSpaceFor(len));
138 VIXL_ASSERT(HasSpaceFor(size));
148 VIXL_ASSERT(dst + size <= cursor_);
156 VIXL_ASSERT(padding_size <= 4);
180 VIXL_ASSERT(managed_);
181 VIXL_ASSERT(new_capacity > capacity_);
183 VIXL_ASSERT(false);