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

12 3

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 165 typedef DenseMap<BlockNode::IndexType, Weight> HashTable;
166 HashTable Combined(NextPowerOf2(2 * Weights.size()));
  /bionic/libc/bionic/
malloc_debug_common.cpp 62 static HashTable g_hash_table;
malloc_debug_qemu.cpp 601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 25 #include "wtf/HashTable.h"
50 typedef HashTable<ValueType, ValueType, IdentityExtractor,
wtf.target.darwin-arm.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.darwin-arm64.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.darwin-mips.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.darwin-x86.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.darwin-x86_64.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.linux-arm.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.linux-arm64.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.linux-mips.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.linux-x86.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
wtf.target.linux-x86_64.mk 70 third_party/WebKit/Source/wtf/HashTable.cpp \
HashMap.h 25 #include "wtf/HashTable.h"
74 typedef HashTable<KeyType, ValueType, KeyValuePairKeyExtractor,
LinkedHashSet.h 109 // inside the shouldExpand() "if" in HashTable::add.
150 typedef HashTable<Node, Node, IdentityExtractor,
ListHashSet.h 87 typedef HashTable<Node*, Node*, IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator> ImplType;
807 // The second argument is a const ref. This is useful for the HashTable
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 516 typedef HashTable<SymHashEntryType,
  /external/chromium_org/v8/src/
objects.h 67 // - HashTable
    [all...]
objects-inl.h     [all...]
objects.cc 5026 Handle<ObjectHashTable> hashtable = local
5121 Handle<ObjectHashTable> hashtable = ObjectHashTable::New( local
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 315 ['v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)', 0x080f8210, 0x080f8800],
  /bootable/recovery/minzip/
Zip.c 146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 561 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
562 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
    [all...]

Completed in 3351 milliseconds

12 3