Home | History | Annotate | Download | only in cctest

Lines Matching refs:Smi

54   TestPairPositive(Representation::Smi(), Representation::None());
65 TestPairPositive(Representation::Smi(), Representation::Integer8());
76 TestPairPositive(Representation::Smi(), Representation::UInteger8());
87 TestPairPositive(Representation::Smi(), Representation::Integer16());
98 TestPairPositive(Representation::Smi(), Representation::UInteger16());
104 TestPairNegative(Representation::None(), Representation::Smi());
105 TestPairNegative(Representation::Integer8(), Representation::Smi());
106 TestPairNegative(Representation::UInteger8(), Representation::Smi());
107 TestPairNegative(Representation::Integer16(), Representation::Smi());
108 TestPairNegative(Representation::UInteger16(), Representation::Smi());
109 TestPairNegative(Representation::Smi(), Representation::Smi());
110 TestPairPositive(Representation::Integer32(), Representation::Smi());
111 TestPairNegative(Representation::HeapObject(), Representation::Smi());
112 TestPairPositive(Representation::Double(), Representation::Smi());
113 TestPairPositive(Representation::Tagged(), Representation::Smi());
120 TestPairNegative(Representation::Smi(), Representation::Integer32());