Home | History | Annotate | Download | only in hprof

Lines Matching refs:Array

494   void DumpHeapArray(mirror::Array* obj, mirror::Class* klass)
1196 // byte array (or field[s] in case the overhead size is of reference size or less).
1234 // For overhead greater 4, we'll allocate a synthetic array.
1236 // Create a byte array to reflect the allocation of the
1237 // StaticField array at the end of this class.
1406 // Add native value character array for strings / byte array for compressed strings.
1428 void Hprof::DumpHeapArray(mirror::Array* obj, mirror::Class* klass) {
1432 // obj is an object array.
1447 // obj is a primitive array.
1552 // Output native value character array for strings.