Home
last modified time | relevance | path

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

/external/v8/src/
Daddress-map.cc17 for (uint32_t i = 0; i < Heap::kStrongRootListLength; i++) { in RootIndexMap()
Dhandles.cc24 location_ < roots_array_start + Heap::kStrongRootListLength && in IsDereferenceAllowed()
Dobjects-debug.cc1258 for (int i = 0; i < Heap::kStrongRootListLength; i++) { in CanLeak()
/external/v8/src/heap/
Dheap.h629 kStrongRootListLength = kStringTableRootIndex, enumerator
Dheap.cc4583 v->VisitPointers(&roots_[0], &roots_[kStrongRootListLength]); in IterateStrongRoots()
/external/v8/test/cctest/heap/
Dtest-heap.cc5896 for (int i = 0; i < Heap::kStrongRootListLength; ++i) { in TEST()