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

/external/v8/src/
H A Dserialize.h490 intptr_t root_index_wave_front() { return root_index_wave_front_; }
492 ASSERT(value >= root_index_wave_front_);
493 root_index_wave_front_ = value;
575 intptr_t root_index_wave_front_; member in class:v8::internal::Serializer
H A Dserialize.cc1120 root_index_wave_front_(0) {
1176 root_index_wave_front_ =
1177 Max(root_index_wave_front_, static_cast<intptr_t>(current - start));
1249 for (int i = 0; i < root_index_wave_front_; i++) {

Completed in 88 milliseconds