Home | History | Annotate | Download | only in imgdiag

Lines Matching refs:Array

445     // and recording them for later display.  If the Object is an array object,
464 size_t data_offset = mirror::Array::DataOffset(component_size).Uint32Value();
466 os_ << tabs << "Dirty array element " << (i - data_offset) / component_size << "\n";