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

/external/v8/src/
H A Dstore-buffer.cc207 int prime_sample_step; member in struct:v8::internal::Samples
217 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
228 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) { argument
236 for (Address* p = old_start_; p < old_top_; p += prime_sample_step) {
H A Dstore-buffer.h163 void ExemptPopularPages(int prime_sample_step, int threshold);

Completed in 57 milliseconds