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

  /external/v8/src/ic/
stub-cache.cc 70 Entry* secondary = entry(secondary_, secondary_offset);
90 Entry* secondary = entry(secondary_, secondary_offset);
106 secondary_[j].key = isolate()->heap()->empty_string();
107 secondary_[j].map = NULL;
108 secondary_[j].value = empty;
132 if (secondary_[i].key == *name) {
133 Map* map = secondary_[i].map;
143 if (entry(secondary_, offset) == &secondary_[i] &&
stub-cache.h 81 return StubCache::secondary_;
165 Entry secondary_[kSecondaryTableSize]; member in class:v8::internal::StubCache
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1468 SecondaryAllocator secondary_; member in class:__sanitizer::CombinedAllocator
    [all...]

Completed in 121 milliseconds