Home | History | Annotate | Download | only in cctest

Lines Matching refs:Smi

53   TestPairPositive(Representation::Smi(), Representation::None());
64 TestPairPositive(Representation::Smi(), Representation::Integer8());
75 TestPairPositive(Representation::Smi(), Representation::UInteger8());
86 TestPairPositive(Representation::Smi(), Representation::Integer16());
97 TestPairPositive(Representation::Smi(), Representation::UInteger16());
103 TestPairNegative(Representation::None(), Representation::Smi());
104 TestPairNegative(Representation::Integer8(), Representation::Smi());
105 TestPairNegative(Representation::UInteger8(), Representation::Smi());
106 TestPairNegative(Representation::Integer16(), Representation::Smi());
107 TestPairNegative(Representation::UInteger16(), Representation::Smi());
108 TestPairNegative(Representation::Smi(), Representation::Smi());
109 TestPairPositive(Representation::Integer32(), Representation::Smi());
110 TestPairNegative(Representation::HeapObject(), Representation::Smi());
111 TestPairPositive(Representation::Double(), Representation::Smi());
112 TestPairPositive(Representation::Tagged(), Representation::Smi());
119 TestPairNegative(Representation::Smi(), Representation::Integer32());