Home | History | Annotate | Download | only in src

Lines Matching defs:first_index

9619       int first_index = current->first_instruction_index();
9623 LifetimePosition::FromInstructionIndex(first_index).Value());
9664 int first_index = current->first_instruction_index();
9666 if (first_index != -1 && last_index != -1) {
9668 for (int i = first_index; i <= last_index; ++i) {