Searched refs:RegisterOrInt32LongConstant (Results 1 – 4 of 4) sorted by relevance
53 Location Location::RegisterOrInt32LongConstant(HInstruction* instruction) { in RegisterOrInt32LongConstant() function in art::Location
357 static Location RegisterOrInt32LongConstant(HInstruction* instruction);
2092 locations->SetInAt(1, Location::RegisterOrInt32LongConstant(add->InputAt(1))); in VisitAdd()2208 locations->SetInAt(1, Location::RegisterOrInt32LongConstant(sub->InputAt(1))); in VisitSub()2297 locations->SetInAt(1, Location::RegisterOrInt32LongConstant(mul->InputAt(1))); in VisitMul()3243 locations->SetInAt(1, Location::RegisterOrInt32LongConstant(instruction->InputAt(1))); in HandleFieldSet()3567 locations->SetInAt(2, Location::RegisterOrInt32LongConstant(instruction->InputAt(2))); in VisitArraySet()
1153 locations->SetInAt(1, Location::RegisterOrInt32LongConstant(invoke->InputAt(1))); in CreateIntIntToVoidLocations()