Lines Matching refs:None
49 TestPairNegative(Representation::None(), Representation::None()); in TEST()
50 TestPairPositive(Representation::Integer8(), Representation::None()); in TEST()
51 TestPairPositive(Representation::UInteger8(), Representation::None()); in TEST()
52 TestPairPositive(Representation::Integer16(), Representation::None()); in TEST()
53 TestPairPositive(Representation::UInteger16(), Representation::None()); in TEST()
54 TestPairPositive(Representation::Smi(), Representation::None()); in TEST()
55 TestPairPositive(Representation::Integer32(), Representation::None()); in TEST()
56 TestPairPositive(Representation::HeapObject(), Representation::None()); in TEST()
57 TestPairPositive(Representation::Double(), Representation::None()); in TEST()
58 TestPairPositive(Representation::Tagged(), Representation::None()); in TEST()
60 TestPairNegative(Representation::None(), Representation::Integer8()); in TEST()
71 TestPairNegative(Representation::None(), Representation::UInteger8()); in TEST()
82 TestPairNegative(Representation::None(), Representation::Integer16()); in TEST()
93 TestPairNegative(Representation::None(), Representation::UInteger16()); in TEST()
104 TestPairNegative(Representation::None(), Representation::Smi()); in TEST()
115 TestPairNegative(Representation::None(), Representation::Integer32()); in TEST()
126 TestPairNegative(Representation::None(), Representation::External()); in TEST()
128 TestPairPositive(Representation::External(), Representation::None()); in TEST()