Home | History | Annotate | Download | only in hprof

Lines Matching refs:thisClass

270             const ClassObject *thisClass = (const ClassObject *)obj;
273 int sFieldCount = thisClass->sfieldCount;
290 hprofAddIdToRecord(rec, hprofLookupClassId(thisClass));
291 hprofAddU4ToRecord(rec, stackTraceSerialNumber(thisClass));
292 hprofAddIdToRecord(rec, hprofLookupClassId(thisClass->super));
293 hprofAddIdToRecord(rec, (hprof_object_id)thisClass->classLoader);
304 hprofAddU4ToRecord(rec, thisClass->objectSize); // instance size
322 const StaticField *f = &thisClass->sfields[i];
343 int iFieldCount = thisClass->ifieldCount;
346 const InstField *f = &thisClass->ifields[i];