Home | History | Annotate | Download | only in mirror

Lines Matching refs:PrimitiveArray

146 PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) {
149 return down_cast<PrimitiveArray<T>*>(raw_array);
152 template <typename T> Class* PrimitiveArray<T>::array_class_ = NULL;
155 template class PrimitiveArray<uint8_t>; // BooleanArray
156 template class PrimitiveArray<int8_t>; // ByteArray
157 template class PrimitiveArray<uint16_t>; // CharArray
158 template class PrimitiveArray<double>; // DoubleArray
159 template class PrimitiveArray<float>; // FloatArray
160 template class PrimitiveArray<int32_t>; // IntArray
161 template class PrimitiveArray<int64_t>; // LongArray
162 template class PrimitiveArray<int16_t>; // ShortArray