Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c300 hprof_class_object_id clazzId; in hprofDumpHeapObject() local
302 clazzId = hprofLookupClassId(clazz); in hprofDumpHeapObject()
/dalvik/vm/jdwp/
DJdwpHandler.c1564 RefTypeId clazzId = dvmReadRefTypeId(&buf); in handleER_Set() local
1566 clazzId, dvmDbgGetClassDescriptor(clazzId)); in handleER_Set()
1567 pEvent->mods[idx].classOnly.referenceTypeId = clazzId; in handleER_Set()