HomeSort by relevance Sort by last modified time
    Searched refs:dvmHashTableRemove (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/
Hash.h 152 bool dvmHashTableRemove(HashTable* pHashTable, u4 hash, void* item);
Intern.cpp 99 dvmHashTableRemove(gDvm.internedStrings, key, interned);
Hash.cpp 250 bool dvmHashTableRemove(HashTable* pHashTable, u4 itemHash, void* item)
  /dalvik/vm/test/
TestHash.cpp 152 if (!dvmHashTableRemove(pTab, hash, (void*)str1))
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 321 if (!dvmHashTableRemove(gDvm.userDexFiles, hash, pDexOrJar)) {
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 41 milliseconds