Home
last modified time | relevance | path

Searched refs:start_index_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dpage-parallel-job.h144 start_index_(start_index), in Task()
155 int skip = start_index_; in RunInternal()
177 int start_index_; variable
/external/v8/src/interpreter/
Dconstant-array-builder.h164 inline size_t start_index() const { return start_index_; } in start_index()
165 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()
169 const size_t start_index_;
Dconstant-array-builder.cc23 : start_index_(start_index), in ConstantArraySlice()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh366 inline void reset (unsigned int start_index_, in reset()
369 idx = start_index_; in reset()
372 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in reset()