Home
last modified time | relevance | path

Searched defs:PrimitiveArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Darray.cc153 template class PrimitiveArray<uint8_t>; // BooleanArray variable
154 template class PrimitiveArray<int8_t>; // ByteArray variable
155 template class PrimitiveArray<uint16_t>; // CharArray variable
156 template class PrimitiveArray<double>; // DoubleArray variable
157 template class PrimitiveArray<float>; // FloatArray variable
158 template class PrimitiveArray<int32_t>; // IntArray variable
159 template class PrimitiveArray<int64_t>; // LongArray variable
160 template class PrimitiveArray<int16_t>; // ShortArray variable
Dobject.h48 template<class T> class PrimitiveArray; variable
/art/runtime/
Druntime.h60 template<class T> class PrimitiveArray; variable
Dthread.h65 template<class T> class PrimitiveArray; variable