Lines Matching full:integer16
51 TestPairPositive(Representation::Integer16(), Representation::None());
62 TestPairPositive(Representation::Integer16(), Representation::Integer8());
73 TestPairPositive(Representation::Integer16(), Representation::UInteger8());
81 TestPairNegative(Representation::None(), Representation::Integer16());
82 TestPairNegative(Representation::Integer8(), Representation::Integer16());
83 TestPairNegative(Representation::UInteger8(), Representation::Integer16());
84 TestPairNegative(Representation::Integer16(), Representation::Integer16());
85 TestPairNegative(Representation::UInteger16(), Representation::Integer16());
86 TestPairPositive(Representation::Smi(), Representation::Integer16());
87 TestPairPositive(Representation::Integer32(), Representation::Integer16());
88 TestPairNegative(Representation::HeapObject(), Representation::Integer16());
89 TestPairPositive(Representation::Double(), Representation::Integer16());
90 TestPairPositive(Representation::Tagged(), Representation::Integer16());
95 TestPairNegative(Representation::Integer16(), Representation::UInteger16());
106 TestPairNegative(Representation::Integer16(), Representation::Smi());
117 TestPairNegative(Representation::Integer16(), Representation::Integer32());