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

  /external/v8/src/compiler/
value-numbering-reducer.h 28 Entry* buckets_[117u]; member in class:v8::internal::compiler::FINAL
value-numbering-reducer.cc 50 for (size_t i = 0; i < arraysize(buckets_); ++i) {
51 buckets_[i] = NULL;
60 Entry** head = &buckets_[HashCode(node) % arraysize(buckets_)];
  /art/compiler/optimizing/
gvn.cc 41 buckets_(allocator->AllocArray<Node*>(num_buckets_)),
54 buckets_(allocator->AllocArray<Node*>(num_buckets_)),
57 // ArenaAllocator returns zeroed memory, so entries of buckets_ and
63 memcpy(buckets_, to_copy.buckets_, num_buckets_ * sizeof(Node*));
68 for (Node* node = to_copy.buckets_[i]; node != nullptr; node = node->GetNext()) {
70 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
86 buckets_[index] = new (allocator_) Node(instruction, hash_code, buckets_[index])
283 Node** const buckets_; member in class:art::ValueSet
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 179 delete buckets_;
185 return buckets_->getBucketCount();
191 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
196 if (0 <= index && index < buckets_->getBucketCount()) {
197 return icu::getBucket(*buckets_->immutableVisibleList_, index);
209 buckets_(NULL) {
220 buckets_(NULL) {
230 delete buckets_;
257 // We could clone the buckets_ if they are not NULL,
283 return buckets_->getBucketCount()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 284 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
286 BucketList *buckets_; member in class:AlphabeticIndex::ImmutableIndex
739 BucketList *buckets_; member in class:AlphabeticIndex
  /external/jsoncpp/chromium-overrides/include/json/
value.h 751 ValueInternalLink *buckets_; member in class:Json::ValueInternalMap
    [all...]
  /external/jsoncpp/include/json/
value.h 751 ValueInternalLink *buckets_; member in class:Json::ValueInternalMap
    [all...]

Completed in 179 milliseconds