Home
last modified time | relevance | path

Searched defs:Bucket (Results 1 – 25 of 30) sorted by relevance

12

/external/libchrome/base/trace_event/
Dheap_profiler_heap_dump_writer.cc46 struct Bucket { struct
47 Bucket() in Bucket() function
54 metrics_by_context;
57 size_t size;
60 size_t count;
65 size_t backtrace_cursor;
68 bool is_broken_down_by_type_name;
Dheap_profiler_allocation_register.h159 using Bucket = Cell*; variable
/external/llvm/include/llvm/ADT/
DStringMap.h265 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
310 int Bucket = FindKey(Key); in find() local
316 int Bucket = FindKey(Key); in find() local
346 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
375 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in emplace_second() local
397 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
433 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
454 : Ptr(Bucket) { in Ptr() argument
DFoldingSet.h640 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator()
670 FoldingSetBucketIteratorImpl(void **Bucket, bool) in FoldingSetBucketIteratorImpl()
691 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator()
694 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
DDenseMap.h1063 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp285 void **Bucket = GetBucketFor(ID.ComputeHash(), Buckets, NumBuckets); in FindNodeOrInsertPos() local
319 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
361 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
390 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
407 void **Bucket = GetBucketPtr(Probe); in advance() local
422 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp65 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp() local
93 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local
104 unsigned Bucket = Hash(Ptr); in FindBucketFor() local
DStringMap.cpp67 ItemBucket &Bucket = TheTable[BucketNo]; in LookupBucketFor() local
121 ItemBucket &Bucket = TheTable[BucketNo]; in FindKey() local
165 int Bucket = FindKey(Key); in RemoveKey() local
/external/llvm/lib/Support/
DFoldingSet.cpp323 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
357 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
399 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
428 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
445 void **Bucket = GetBucketPtr(Probe); in advance() local
460 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
DSmallPtrSet.cpp50 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
79 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local
89 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
DStringMap.cpp182 int Bucket = FindKey(Key); in RemoveKey() local
226 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h59 struct Bucket { struct
62 Cell cells[kBucketSize]; argument
82 Bucket *bucket_; argument
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp114 struct Bucket { struct
115 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() argument
118 const SCEV *BaseSCEV;
119 SmallVector<BucketElement, 16> Elements;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h290 int Bucket = FindKey(Key); in find() local
296 int Bucket = FindKey(Key); in find() local
323 ItemBucket &Bucket = TheTable[BucketNo]; in insert() local
360 ItemBucket &Bucket = TheTable[BucketNo]; in GetOrCreateValue() local
419 : Ptr(Bucket) { in Ptr() argument
DFoldingSet.h542 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator()
572 FoldingSetBucketIteratorImpl(void **Bucket, bool) in FoldingSetBucketIteratorImpl()
594 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator()
597 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
DDenseMap.h483 typedef std::pair<KeyT, ValueT> Bucket; typedef
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h80 struct Bucket { struct
86 Bucket *Buckets; argument
359 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
DArrayRecycler.h41 SmallVector<FreeList*, 8> Bucket; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp82 for (unsigned Bucket = 0; Bucket < Hdr.NumBuckets; ++Bucket) { in dump() local
/external/clang/lib/Lex/
DHeaderMap.cpp219 for (unsigned Bucket = HashHMapKey(Filename);; ++Bucket) { in lookupFilename() local
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc214 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java865 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex
903 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java899 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex
944 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
/external/libmojo/third_party/jinja2/
Dbccache.py57 class Bucket(object): class
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp1233 AlphabeticIndex::Bucket::Bucket(const UnicodeString &label, in Bucket() function in AlphabeticIndex::Bucket

12