Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c285 hprof_class_object_id clazzId; in hprofDumpHeapObject() local
287 clazzId = hprofLookupClassId(clazz); in hprofDumpHeapObject()
/dalvik/vm/jdwp/
DJdwpHandler.c1642 RefTypeId clazzId = dvmReadRefTypeId(&buf); in handleER_Set() local
1644 clazzId, dvmDbgGetClassDescriptor(clazzId)); in handleER_Set()
1645 pEvent->mods[idx].classOnly.referenceTypeId = clazzId; in handleER_Set()