Searched refs:ByteArray (Results 1 – 12 of 12) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set_test.cc | 37 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/ |
D | object.h | 43 typedef PrimitiveArray<int8_t> ByteArray; typedef 154 ByteArray* AsByteArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 156 ByteArray* AsByteSizedArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | object-inl.h | 276 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()
|
D | object_test.cc | 242 TestPrimitiveArray<ByteArray>(class_linker_); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_System.cc | 179 System_arraycopyTUnchecked<mirror::ByteArray, Primitive::kPrimByte>(env, javaSrc, srcPos, in System_arraycopyByteUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 52 using ::art::mirror::ByteArray;
|
D | interpreter_goto_table_impl.cc | 988 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl() 1116 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 887 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl() 1015 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl()
|
/art/runtime/ |
D | runtime.h | 53 typedef PrimitiveArray<int8_t> ByteArray; typedef
|
D | transaction_test.cc | 321 mirror::ByteArray* byteArray = byteArrayField->GetObject(h_klass.Get())->AsByteArray(); in TEST_F()
|
D | jni_internal.cc | 2099 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()
|
D | class_linker.cc | 410 mirror::ByteArray::SetArrayClass(GetClassRoot(kByteArrayClass)); in InitWithoutImage() 1660 mirror::ByteArray::SetArrayClass(GetClassRoot(kByteArrayClass)); in InitFromImage() 1842 mirror::ByteArray::ResetArrayClass(); in ~ClassLinker()
|