Home | History | Annotate | Download | only in src

Lines Matching refs:idx

893     for (int idx = 0; idx < kSize; idx++) {
894 starts_[idx] = reinterpret_cast<Address>(-1);
905 for (int idx = start_region; idx <= end_region; idx++) {
906 if (starts_[idx] > addr) starts_[idx] = addr;