Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c365 const ArrayObject *aobj = (const ArrayObject *)obj; in hprofDumpHeapObject() local
366 u4 length = aobj->length; in hprofDumpHeapObject()
381 (const hprof_object_id *)aobj->contents, length); in hprofDumpHeapObject()
406 hprofAddU1ListToRecord(rec, (const u1 *)aobj->contents, in hprofDumpHeapObject()
409 hprofAddU2ListToRecord(rec, (const u2 *)aobj->contents, in hprofDumpHeapObject()
412 hprofAddU4ListToRecord(rec, (const u4 *)aobj->contents, in hprofDumpHeapObject()
415 hprofAddU8ListToRecord(rec, (const u8 *)aobj->contents, in hprofDumpHeapObject()