Home | History | Annotate | Download | only in src

Lines Matching refs:VIXL_ASSERT

67   VIXL_ASSERT(IsWordAligned(buffer_));
79 VIXL_ASSERT(buffer_ != NULL);
84 VIXL_ASSERT(!IsDirty());
114 VIXL_ASSERT(HasSpaceFor(strlen(string) + 1));
123 VIXL_ASSERT(HasSpaceFor(size));
133 VIXL_ASSERT(dst + size <= cursor_);
141 VIXL_ASSERT(padding_size <= 4);
162 VIXL_ASSERT(managed_);
163 VIXL_ASSERT(new_capacity > capacity_);
173 VIXL_ASSERT(!managed_);