Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c302 clazzId = hprofLookupClassId(clazz); in hprofDumpHeapObject()
311 hprofAddIdToRecord(rec, hprofLookupClassId(thisClass)); in hprofDumpHeapObject()
313 hprofAddIdToRecord(rec, hprofLookupClassId(thisClass->super)); in hprofDumpHeapObject()
376 hprofAddIdToRecord(rec, hprofLookupClassId(clazz)); in hprofDumpHeapObject()
429 hprofAddIdToRecord(rec, hprofLookupClassId(clazz)); in hprofDumpHeapObject()
DHprofStackFrame.c76 hprofLookupClassId(method->clazz); in hprofStartup_StackFrame()
210 clazz = (ClassObject *) hprofLookupClassId(method->clazz); in hprofDumpStackFrames()
DHprofClass.c150 hprofLookupClassId(const ClassObject *clazz) in hprofLookupClassId() function
DHprof.h154 hprof_class_object_id hprofLookupClassId(const ClassObject *clazz);