Lines Matching full:first_index
10591 int first_index = current->first_instruction_index();10595 LifetimePosition::FromInstructionIndex(first_index).Value());10637 int first_index = current->first_instruction_index();10639 if (first_index != -1 && last_index != -1) {10641 for (int i = first_index; i <= last_index; ++i) {