Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc151 template class PrimitiveArray<uint8_t>; // BooleanArray variable
152 template class PrimitiveArray<int8_t>; // ByteArray variable
153 template class PrimitiveArray<uint16_t>; // CharArray variable
154 template class PrimitiveArray<double>; // DoubleArray variable
155 template class PrimitiveArray<float>; // FloatArray variable
156 template class PrimitiveArray<int32_t>; // IntArray variable
157 template class PrimitiveArray<int64_t>; // LongArray variable
158 template class PrimitiveArray<int16_t>; // ShortArray variable
Dobject.h45 template<class T> class PrimitiveArray; variable
/art/runtime/
Dutf.h35 template<class T> class PrimitiveArray; variable
Druntime.h66 template<class T> class PrimitiveArray; variable
Dthread.h64 template<class T> class PrimitiveArray; variable