Home | History | Annotate | Download | only in cctest

Lines Matching full:integer32

55   TestPairPositive(Representation::Integer32(), Representation::None());
66 TestPairPositive(Representation::Integer32(), Representation::Integer8());
77 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
88 TestPairPositive(Representation::Integer32(), Representation::Integer16());
99 TestPairPositive(Representation::Integer32(), Representation::UInteger16());
110 TestPairPositive(Representation::Integer32(), Representation::Smi());
115 TestPairNegative(Representation::None(), Representation::Integer32());
116 TestPairNegative(Representation::Integer8(), Representation::Integer32());
117 TestPairNegative(Representation::UInteger8(), Representation::Integer32());
118 TestPairNegative(Representation::Integer16(), Representation::Integer32());
119 TestPairNegative(Representation::UInteger16(), Representation::Integer32());
120 TestPairNegative(Representation::Smi(), Representation::Integer32());
121 TestPairNegative(Representation::Integer32(), Representation::Integer32());
122 TestPairNegative(Representation::HeapObject(), Representation::Integer32());
123 TestPairPositive(Representation::Double(), Representation::Integer32());
124 TestPairPositive(Representation::Tagged(), Representation::Integer32());