Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dconstant-array-builder.h76 inline size_t start_index() const { return start_index_; } in start_index()
79 const size_t start_index_;
Dconstant-array-builder.cc17 : start_index_(start_index), in ConstantArraySlice()
/external/v8/src/compiler/
Djs-operator.h365 : type_(type), start_index_(start_index) {} in CreateArgumentsParameters()
368 int start_index() const { return start_index_; } in start_index()
372 const int start_index_; variable
/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()