HomeSort by relevance Sort by last modified time
    Searched refs:AsByteArray (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
object.h 219 ByteArray* AsByteArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 226 inline ByteArray* Object::AsByteArray() {
    [all...]
  /art/runtime/
transaction.cc 598 array->AsByteArray()->SetWithoutChecks<false>(index, static_cast<int8_t>(value));
transaction_test.cc 395 mirror::ByteArray* byteArray = byteArrayField->GetObject(h_klass.Get())->AsByteArray();
dex_file_annotations.cc 598 new_array->AsByteArray()->SetWithoutChecks<kTransactionActive>(
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
interpreter_switch_impl.cc     [all...]
unstarted_runtime.cc     [all...]

Completed in 808 milliseconds