Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc130 template class PrimitiveArray<uint8_t>; // BooleanArray variable
131 template class PrimitiveArray<int8_t>; // ByteArray variable
132 template class PrimitiveArray<uint16_t>; // CharArray variable
133 template class PrimitiveArray<double>; // DoubleArray variable
134 template class PrimitiveArray<float>; // FloatArray variable
135 template class PrimitiveArray<int32_t>; // IntArray variable
136 template class PrimitiveArray<int64_t>; // LongArray variable
137 template class PrimitiveArray<int16_t>; // ShortArray variable
Dobject.h41 template<class T> class PrimitiveArray; variable
/art/runtime/
Dutf.h35 template<class T> class PrimitiveArray; variable
Druntime.h52 template<class T> class PrimitiveArray; variable
Dthread.h61 template<class T> class PrimitiveArray; variable