Home | History | Annotate | Download | only in src

Lines Matching full:first_index

7938       int first_index = current->first_instruction_index();
7942 LifetimePosition::FromInstructionIndex(first_index).Value());
7984 int first_index = current->first_instruction_index();
7986 if (first_index != -1 && last_index != -1) {
7988 for (int i = first_index; i <= last_index; ++i) {