Home | History | Annotate | Download | only in src

Lines Matching refs:last_index

7939       int last_index = current->last_instruction_index();
7945 LifetimePosition::FromInstructionIndex(last_index).Value());
7985 int last_index = current->last_instruction_index();
7986 if (first_index != -1 && last_index != -1) {
7988 for (int i = first_index; i <= last_index; ++i) {