Home
last modified time | relevance | path

Searched refs:AsByteArray (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dtransaction.cc395 array->AsByteArray()->SetWithoutChecks<false>(index, static_cast<int8_t>(value)); in UndoArrayWrite()
Dtransaction_test.cc321 mirror::ByteArray* byteArray = byteArrayField->GetObject(h_klass.Get())->AsByteArray(); in TEST_F()
/art/runtime/mirror/
Dobject.h154 ByteArray* AsByteArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h276 inline ByteArray* Object::AsByteArray() { in AsByteArray() function
/art/runtime/interpreter/
Dinterpreter_common.cc743 RecordArrayElementsInTransactionImpl(array->AsByteArray(), count); in RecordArrayElementsInTransaction()
Dinterpreter_goto_table_impl.cc992 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl()
1120 ByteArray* array = a->AsByteArray(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc891 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl()
1019 ByteArray* array = a->AsByteArray(); in ExecuteSwitchImpl()