Searched defs:root_index_wave_front_ (Results 1 - 1 of 1) 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

Completed in 261 milliseconds