Home | History | Annotate | Download | only in cctest

Lines Matching defs:NowOf

207   TypeHandle NowOf(Handle<i::Object> value) {
208 return Type::NowOf(value, region_);
751 void NowOf() {
752 // Constant(V)->NowIs(NowOf(V))
756 TypeHandle nowof_type = T.NowOf(value);
760 // NowOf(V)->Is(Of(V))
763 TypeHandle nowof_type = T.NowOf(value);
768 // If NowOf(V)->NowIs(T), then Constant(V)->NowIs(T)
774 TypeHandle nowof_type = T.NowOf(value);
780 // then NowOf(V)->NowIs(T) or T->Maybe(Constant(V))
786 TypeHandle nowof_type = T.NowOf(value);
793 // then NowOf(V)->Is(T) or T->Maybe(Constant(V))
799 TypeHandle nowof_type = T.NowOf(value);
1237 // NowOf(V)->Is(T) implies T->NowContains(V)
2008 TEST(NowOf) {
2010 ZoneTests().NowOf();
2011 HeapTests().NowOf();