Searched refs:HPROF_PRIMITIVE_ARRAY_DUMP (Results 1 - 3 of 3) sorted by relevance

/dalvik/tools/hprof-conv/
H A DHprofConv.c73 HPROF_PRIMITIVE_ARRAY_DUMP = 0x23, enumerator in enum:HprofHeapTag
411 * Compute the length of a HPROF_PRIMITIVE_ARRAY_DUMP block.
487 case HPROF_PRIMITIVE_ARRAY_DUMP:
529 buf[0] = HPROF_PRIMITIVE_ARRAY_DUMP;
/dalvik/vm/hprof/
H A DHprof.h82 HPROF_PRIMITIVE_ARRAY_DUMP = 0x23, enumerator in enum:hprof_heap_tag_t
H A DHprofHeap.cpp279 hprofAddU1ToRecord(rec, HPROF_PRIMITIVE_ARRAY_DUMP);
381 hprofAddU1ToRecord(rec, HPROF_PRIMITIVE_ARRAY_DUMP);

Completed in 79 milliseconds