Home
last modified time | relevance | path

Searched refs:ByteArray (Results 1 – 12 of 12) sorted by relevance

/art/compiler/utils/
Ddedupe_set_test.cc37 typedef std::vector<uint8_t> ByteArray; in TEST() typedef
38 DedupeSet<ByteArray, size_t, DedupeHashFunc> deduplicator("test"); in TEST()
39 ByteArray* array1; in TEST()
41 ByteArray test1; in TEST()
50 ByteArray* array2; in TEST()
52 ByteArray test1; in TEST()
62 ByteArray* array3; in TEST()
64 ByteArray test1; in TEST()
/art/runtime/mirror/
Dobject.h43 typedef PrimitiveArray<int8_t> ByteArray; typedef
154 ByteArray* AsByteArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
156 ByteArray* AsByteSizedArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h276 inline ByteArray* Object::AsByteArray() { in AsByteArray()
280 return down_cast<ByteArray*>(this); in AsByteArray()
284 inline ByteArray* Object::AsByteSizedArray() { in AsByteSizedArray()
289 return down_cast<ByteArray*>(this); in AsByteSizedArray()
Dobject_test.cc242 TestPrimitiveArray<ByteArray>(class_linker_); in TEST_F()
/art/runtime/native/
Djava_lang_System.cc179 System_arraycopyTUnchecked<mirror::ByteArray, Primitive::kPrimByte>(env, javaSrc, srcPos, in System_arraycopyByteUnchecked()
/art/runtime/interpreter/
Dinterpreter_common.h52 using ::art::mirror::ByteArray;
Dinterpreter_goto_table_impl.cc988 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl()
1116 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc887 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl()
1015 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl()
/art/runtime/
Druntime.h53 typedef PrimitiveArray<int8_t> ByteArray; typedef
Dtransaction_test.cc321 mirror::ByteArray* byteArray = byteArrayField->GetObject(h_klass.Get())->AsByteArray(); in TEST_F()
Djni_internal.cc2099 return NewPrimitiveArray<jbyteArray, mirror::ByteArray>(env, length); in NewByteArray()
2213 return GetPrimitiveArray<jbyteArray, jbyte, mirror::ByteArray>(env, array, is_copy); in GetByteArrayElements()
2247 ReleasePrimitiveArray<jbyteArray, jbyte, mirror::ByteArray>(env, array, elements, mode); in ReleaseByteArrayElements()
2285 GetPrimitiveArrayRegion<jbyteArray, jbyte, mirror::ByteArray>(env, array, start, length, buf); in GetByteArrayRegion()
2329 SetPrimitiveArrayRegion<jbyteArray, jbyte, mirror::ByteArray>(env, array, start, length, buf); in SetByteArrayRegion()
Dclass_linker.cc410 mirror::ByteArray::SetArrayClass(GetClassRoot(kByteArrayClass)); in InitWithoutImage()
1660 mirror::ByteArray::SetArrayClass(GetClassRoot(kByteArrayClass)); in InitFromImage()
1842 mirror::ByteArray::ResetArrayClass(); in ~ClassLinker()