Home
last modified time | relevance | path

Searched refs:array_ (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h154 array_[Hash(key)] = static_cast<T>(KeyToUpper(key) | value); in Put()
159 return KeyMatch(array_[Hash(key)], key); in Has()
168 T entry = array_[Hash(key)]; in GetOrDefault()
175 array_[i] = static_cast<T>(value); in Clear()
229 T array_[1 << kHashbits]; variable
DTCPageMap.h64 void** array_;
70 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); in init()
71 memset(array_, 0, sizeof(void*) << BITS); in init()
89 return array_[k]; in get()
97 array_[k] = v; in set()