Searched refs:BoolNot (Results 1 – 7 of 7) sorted by relevance
415 result = builder_.BoolNot(value); in VisitIsTrueOrFalse()428 condition = builder_.BoolNot(condition); in VisitBooleanJump()678 GateRef leftNotNan = builder_.BoolNot(builder_.DoubleIsNAN(left)); in CompareDoubles()679 GateRef rightNotNan = builder_.BoolNot(builder_.DoubleIsNAN(right)); in CompareDoubles()
501 GateRef doubleNotNAN = builder_.BoolNot(builder_.DoubleIsNAN(gate)); in ConvertFloat64ToBool()653 …GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32… in LowerOverflowCheck()
469 inline GateRef StubBuilder::BoolNot(GateRef x) in BoolNot() function471 return env_->GetBuilder()->BoolNot(x); in BoolNot()568 return BoolAnd(TaggedIsNumber(x), BoolNot(TaggedIsInt(x))); in TaggedIsDouble()595 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()1597 …ASM_ASSERT_WITH_GLUE(GET_MESSAGE_STRING_ID(IsNotDictionaryMode), BoolNot(IsDictionaryModeByHClass(… in SetPropertyInlinedProps()
180 GateRef BoolNot(GateRef x);
85 V(BoolNot, Rev, MachineType::I1) \
324 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()
1136 GateRef objectNotInYoung = BoolNot(InYoungGeneration(objectRegion)); in SetValueWithBarrier()