Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dserialize.h459 intptr_t root_index_wave_front() { return root_index_wave_front_; } in root_index_wave_front()
461 ASSERT(value >= root_index_wave_front_); in set_root_index_wave_front()
462 root_index_wave_front_ = value; in set_root_index_wave_front()
546 intptr_t root_index_wave_front_; variable
Dserialize.cc1223 root_index_wave_front_(0), in Serializer()
1273 root_index_wave_front_ = in VisitPointers()
1274 Max(root_index_wave_front_, static_cast<intptr_t>(current - start)); in VisitPointers()
1345 for (int i = 0; i < root_index_wave_front_; i++) { in RootIndex()