Searched defs:ventry (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DNative.cpp166 static int hashcmpNameStr(const void* ventry, const void* vname) argument
168 const SharedLib* pLib = (const SharedLib*) ventry;
182 static int hashcmpSharedLib(const void* ventry, const void* vnewEntry) argument
184 const SharedLib* pLib = (const SharedLib*) ventry;

Completed in 26 milliseconds