Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DTCPageMap.h106 static const int ROOT_LENGTH = 1 << ROOT_BITS; variable
116 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
168 for (int i = 0; i < ROOT_LENGTH; i++) { in visitValues()
180 for (int i = 0; i < ROOT_LENGTH; i++) { in visitAllocations()