Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc163 template class PrimitiveArray<uint8_t>; // BooleanArray variable
164 template class PrimitiveArray<int8_t>; // ByteArray variable
165 template class PrimitiveArray<uint16_t>; // CharArray variable
166 template class PrimitiveArray<double>; // DoubleArray variable
167 template class PrimitiveArray<float>; // FloatArray variable
168 template class PrimitiveArray<int32_t>; // IntArray variable
169 template class PrimitiveArray<int64_t>; // LongArray variable
170 template class PrimitiveArray<int16_t>; // ShortArray variable
Dobject.h52 template<class T> class PrimitiveArray; variable
/art/runtime/entrypoints/quick/
Druntime_entrypoints_list.h34 template<class T> class PrimitiveArray; variable
/art/runtime/
Dclass_root.h51 template<typename T> class PrimitiveArray; variable
Druntime.h84 template<class T> class PrimitiveArray; variable
Dthread.h78 template<class T> class PrimitiveArray; variable