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 490 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
serialize.cc     [all...]

Completed in 41 milliseconds