Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofClass.cpp22 static HashTable *gClassHashTable; variable
26 gClassHashTable = dvmHashTableCreate(128, NULL); in hprofStartup_Class()
27 if (gClassHashTable == NULL) { in hprofStartup_Class()
35 dvmHashTableFree(gClassHashTable); in hprofShutdown_Class()
84 dvmHashTableLock(gClassHashTable); in hprofLookupClassId()
89 val = dvmHashTableLookup(gClassHashTable, computeClassHash(clazz), in hprofLookupClassId()
93 dvmHashTableUnlock(gClassHashTable); in hprofLookupClassId()
111 dvmHashTableLock(gClassHashTable); in hprofDumpClasses()
113 for (err = 0, dvmHashIterBegin(gClassHashTable, &iter); in hprofDumpClasses()
140 dvmHashTableUnlock(gClassHashTable); in hprofDumpClasses()