Searched refs:VerifyAlignment (Results 1 – 2 of 2) sorted by relevance
801 void __attribute__((optnone)) VerifyAlignment(Type* floating) { in VerifyAlignment() function820 VerifyAlignment(types[i]); in TestAllocateType()833 VerifyAlignment(types[i]); in TestAllocateType()845 VerifyAlignment(&type_vector[i]); in TestAllocateType()
2262 template<typename T> bool VerifyAlignment(size_t elem) const {2268 return VerifyAlignment<T>(elem) && Verify(elem, sizeof(T));2360 VerifyAlignment<voffset_t>(ReadScalar<voffset_t>(buf_ + vtableo)) &&