Home
last modified time | relevance | path

Searched refs:byteLength (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc965 int byteLength = sFieldCount * sizeof(JValue); // TODO bogus; fields are packed in DumpHeapClass() local
971 __ AddU4(byteLength); in DumpHeapClass()
973 for (int i = 0; i < byteLength; ++i) { in DumpHeapClass()