Searched refs:hprofAddU2ToRecord (Results 1 – 3 of 3) sorted by relevance
307 hprofAddU2ToRecord(rec, 0); // empty const pool in hprofDumpHeapObject()312 hprofAddU2ToRecord(rec, (u2)0); in hprofDumpHeapObject()314 hprofAddU2ToRecord(rec, (u2)(sFieldCount+1)); in hprofDumpHeapObject()330 hprofAddU2ToRecord(rec, (u2)f->value.c); in hprofDumpHeapObject()344 hprofAddU2ToRecord(rec, (u2)iFieldCount); in hprofDumpHeapObject()442 hprofAddU2ToRecord(rec, in hprofDumpHeapObject()
201 int hprofAddU2ToRecord(hprof_record_t *rec, u2 value);
265 int hprofAddU2ToRecord(hprof_record_t *rec, u2 value) in hprofAddU2ToRecord() function