Home | History | Annotate | Download | only in optimizing

Lines Matching defs:source

2  * Copyright (C) 2014 The Android Open Source Project
1791 HInstruction* source = instruction->InputAt(0);
1795 if (CanEnsureNotNullAt(source, instruction)) {
1801 if (destination == source) {
1805 if (IsArrayLengthOf(count, source)) {
1833 ReferenceTypeInfo source_rti = source->GetReferenceTypeInfo();