Searched refs:isComplexType (Results 1 – 2 of 2) sorted by relevance
37 if (isComplexType(type)) { in obtain()47 } else if (isComplexType(type)) { in obtain()
230 static inline bool isComplexType( in isComplexType() function238 return vectorSize == 0 || vectorSize > mMaxRecyclableVectorSize || isComplexType(type); in isDisposable()