Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Array

28 #include "mirror/array-inl.h"
908 // Location of reference to data array.
984 // Where is the length in the Array?
985 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value();
1100 const uint32_t data_offset = mirror::Array::DataOffset(char_size).Uint32Value();
1233 // Check whether all elements of the source array are assignable to the component
1234 // type of the destination array. We do two checks: the classes are the same,
1250 // Bail out if the destination is not a non primitive array.
1261 // Bail out if the source is not a non primitive array.
1293 // Bail out if the source is not a non primitive array.
1309 uint32_t offset = mirror::Array::DataOffset(element_size).Uint32Value();
1333 // array will do it.
1346 // We only need one card marking on the destination array.
1541 // Location of reference to data array within the String object.
1727 // Location of data in char array buffer.
1728 const uint32_t data_offset = mirror::Array::DataOffset(char_component_size).Uint32Value();
1729 // Location of char array data in string.