Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-log.cc831 const size_t map_length = bounds.Length(); in AllocateEntities() local
832 entities_map = i::NewArray<int>(static_cast<int>(map_length)); in AllocateEntities()
833 for (size_t i = 0; i < map_length; ++i) { in AllocateEntities()