Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle.cc1839 ObjPtr<Object> raw_byte_array(getter.GetReference()); in Access() local
1840 if (raw_byte_array == nullptr) { in Access()
1845 ObjPtr<ByteArray> byte_array(raw_byte_array->AsByteArray()); in Access()