Home | History | Annotate | Download | only in optimizing

Lines Matching full:bool_not

4115 void LocationsBuilderX86::VisitBooleanNot(HBooleanNot* bool_not) {
4117 new (GetGraph()->GetArena()) LocationSummary(bool_not, LocationSummary::kNoCall);
4122 void InstructionCodeGeneratorX86::VisitBooleanNot(HBooleanNot* bool_not) {
4123 LocationSummary* locations = bool_not->GetLocations();