Lines Matching refs:Array
30 #include "mirror/array-inl.h"
969 // Where is the length in the Array?
970 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value();
1084 const uint32_t data_offset = mirror::Array::DataOffset(char_size).Uint32Value();
1135 const uint32_t data_offset = mirror::Array::DataOffset(element_size).Uint32Value();
1271 // Check whether all elements of the source array are assignable to the component
1272 // type of the destination array. We do two checks: the classes are the same,
1308 // Bail out if the destination is not a non primitive array.
1329 // Bail out if the source is not a non primitive array.
1383 // Bail out if the source is not a non primitive array.
1459 // Slow path used to copy array when `src` is gray.
1498 // We only need one card marking on the destination array.
1716 // Location of reference to data array within the String object.
1920 // Location of data in char array buffer.
1921 const uint32_t data_offset = mirror::Array::DataOffset(char_component_size).Uint32Value();
1922 // Location of char array data in string.
1962 // Start the loop to copy String's value to Array of Char.
2994 // If the value is within the bounds, load the j.l.Integer directly from the array.
2995 uint32_t data_offset = mirror::Array::DataOffset(kHeapReferenceSize).Uint32Value();