Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1411 kRootListLength enumerator
1723 Object* roots_[kRootListLength];
Dheap.cc176 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength); in Heap()