Lines Matching refs:Array
28 #include "mirror/array-inl.h"
1046 // Location of reference to data array.
1133 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value();
1228 const uint32_t data_offset = mirror::Array::DataOffset(char_size).Uint32Value();
1442 // Location of reference to data array within the String object.
1627 // Location of data in char array buffer.
1628 const uint32_t data_offset = mirror::Array::DataOffset(char_component_size).Uint32Value();
1629 // Location of char array data in string.