Searched defs:ByteArray (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set_test.cc40 typedef std::vector<uint8_t> ByteArray; typedef
41 DedupeSet<ByteArray, size_t, DedupeHashFunc> deduplicator;
42 ByteArray* array1;
44 ByteArray test1;
53 ByteArray* array2;
55 ByteArray test1;
65 ByteArray* array3;
67 ByteArray test1;
/art/runtime/mirror/
H A Dobject.h41 typedef PrimitiveArray<int8_t> ByteArray; typedef in namespace:art::mirror
142 ByteArray* AsByteArray();
/art/runtime/
H A Druntime.h49 typedef PrimitiveArray<int8_t> ByteArray; typedef in namespace:art::mirror

Completed in 666 milliseconds