Home | History | Annotate | Download | only in optimizing

Lines Matching full:bool_not

3591 void LocationsBuilderARM::VisitBooleanNot(HBooleanNot* bool_not) {
3593 new (GetGraph()->GetArena()) LocationSummary(bool_not, LocationSummary::kNoCall);
3598 void InstructionCodeGeneratorARM::VisitBooleanNot(HBooleanNot* bool_not) {
3599 LocationSummary* locations = bool_not->GetLocations();