Home | History | Annotate | Download | only in cctest

Lines Matching full:none

48   TestPairNegative(Representation::None(), Representation::None());
49 TestPairPositive(Representation::Integer8(), Representation::None());
50 TestPairPositive(Representation::UInteger8(), Representation::None());
51 TestPairPositive(Representation::Integer16(), Representation::None());
52 TestPairPositive(Representation::UInteger16(), Representation::None());
53 TestPairPositive(Representation::Smi(), Representation::None());
54 TestPairPositive(Representation::Integer32(), Representation::None());
55 TestPairPositive(Representation::HeapObject(), Representation::None());
56 TestPairPositive(Representation::Double(), Representation::None());
57 TestPairPositive(Representation::Tagged(), Representation::None());
59 TestPairNegative(Representation::None(), Representation::Integer8());
70 TestPairNegative(Representation::None(), Representation::UInteger8());
81 TestPairNegative(Representation::None(), Representation::Integer16());
92 TestPairNegative(Representation::None(), Representation::UInteger16());
103 TestPairNegative(Representation::None(), Representation::Smi());
114 TestPairNegative(Representation::None(), Representation::Integer32());
125 TestPairNegative(Representation::None(), Representation::External());
127 TestPairPositive(Representation::External(), Representation::None());