HomeSort by relevance Sort by last modified time
    Searched refs:root_index_wave_front_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
serialize.h 403 intptr_t root_index_wave_front() { return root_index_wave_front_; }
405 DCHECK(value >= root_index_wave_front_);
406 root_index_wave_front_ = value;
488 intptr_t root_index_wave_front_; member in class:v8::internal::Serializer
serialize.cc     [all...]

Completed in 150 milliseconds