Lines Matching refs:UInteger8
50 TestPairPositive(Representation::UInteger8(), Representation::None()); in TEST()
61 TestPairNegative(Representation::UInteger8(), Representation::Integer8()); in TEST()
70 TestPairNegative(Representation::None(), Representation::UInteger8()); in TEST()
71 TestPairNegative(Representation::Integer8(), Representation::UInteger8()); in TEST()
72 TestPairNegative(Representation::UInteger8(), Representation::UInteger8()); in TEST()
73 TestPairPositive(Representation::Integer16(), Representation::UInteger8()); in TEST()
74 TestPairPositive(Representation::UInteger16(), Representation::UInteger8()); in TEST()
75 TestPairPositive(Representation::Smi(), Representation::UInteger8()); in TEST()
76 TestPairPositive(Representation::Integer32(), Representation::UInteger8()); in TEST()
77 TestPairNegative(Representation::HeapObject(), Representation::UInteger8()); in TEST()
78 TestPairPositive(Representation::Double(), Representation::UInteger8()); in TEST()
79 TestPairPositive(Representation::Tagged(), Representation::UInteger8()); in TEST()
83 TestPairNegative(Representation::UInteger8(), Representation::Integer16()); in TEST()
94 TestPairNegative(Representation::UInteger8(), Representation::UInteger16()); in TEST()
105 TestPairNegative(Representation::UInteger8(), Representation::Smi()); in TEST()
116 TestPairNegative(Representation::UInteger8(), Representation::Integer32()); in TEST()