HomeSort by relevance Sort by last modified time
    Searched refs:HashTable (Results 26 - 50 of 53) sorted by null

12 3

  /bootable/recovery/minzip/
Zip.h 45 HashTable* pHash; // maps file name to ZipEntry
  /dalvik/vm/
DvmDex.h 28 struct HashTable;
  /dalvik/vm/hprof/
HprofClass.c 22 static HashTable *gClassHashTable;
HprofStack.c 21 static HashTable *gStackTraceHashTable = NULL;
HprofStackFrame.c 22 static HashTable *gStackFrameHashTable;
  /external/webkit/JavaScriptCore/parser/
Lexer.h 114 const HashTable m_keywordTable;
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.cpp 40 #include <wtf/HashTable.h>
  /bionic/libc/bionic/
malloc_debug_leak.c 63 extern HashTable gHashTable;
110 static HashEntry* find_entry(HashTable* table, int slot,
169 // we just added an entry, increase the size of the hashtable
209 // we just removed and entry, decrease the size of the hashtable
malloc_debug_common.c 55 HashTable gHashTable;
  /dalvik/vm/alloc/
Visit.c 37 static void visitHashTable(Visitor *visitor, HashTable *table, void *arg)
Copying.c     [all...]
  /sdk/emulator/qtools/
trace_reader_base.h 119 HashTable<DexFileList*> *dex_hash_;
trace_reader.cpp 672 HashTable<DexFileList*>::entry_type *ptr;
799 dex_hash_ = new HashTable<DexFileList*>(1, NULL);
918 dex_hash_ = new HashTable<DexFileList*>(4 * num_files, NULL);
    [all...]
trace_reader.h 89 typedef typename HashTable<region_type*>::entry_type hash_entry_type;
263 HashTable<region_type*> *hash_;
291 hash_ = new HashTable<region_type*>(512);
    [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h 71 // - HashTable
    [all...]
objects-inl.h     [all...]
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 49 const HashTable* table = classInfo->propHashTable(exec);
212 // Look in the static hashtable of properties
289 if (const HashTable* propHashTable = info->propHashTable(exec)) {
JSGlobalObject.h 52 struct HashTable;
  /external/webkit/JavaScriptCore/
Android.mk 168 wtf/HashTable.cpp \
  /external/webkit/JavaScriptCore/wtf/
HashSet.h 25 #include "HashTable.h"
47 typedef HashTable<ValueType, ValueType, IdentityExtractor<ValueType>,
HashMap.h 24 #include "HashTable.h"
46 typedef HashTable<KeyType, ValueType, PairFirstExtractor<ValueType>,
ListHashSet.h 62 typedef HashTable<Node*, Node*, IdentityExtractor<Node*>, NodeHash, NodeTraits, NodeTraits> ImplType;
RefPtrHashMap.h 60 typedef HashTable<KeyType, ValueType, PairFirstExtractor<ValueType>,
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 221 const JSC::HashTable* getHashTableForGlobalData(JSGlobalData& globalData, const JSC::HashTable* staticTable)
563 // ref explicitly instead of using a RefPtr-keyed hashtable because the wrapper can

Completed in 219 milliseconds

12 3