Home | History | Annotate | Download | only in cctest

Lines Matching full:cells

2741   Handle<TypeFeedbackCells> cells(TypeFeedbackInfo::cast(
2744 CHECK_EQ(2, cells->CellCount());
2745 CHECK(cells->GetCell(0)->value()->IsJSFunction());
2746 CHECK(cells->GetCell(1)->value()->IsJSFunction());
2751 CHECK_EQ(2, cells->CellCount());
2752 CHECK(cells->GetCell(0)->value()->IsTheHole());
2753 CHECK(cells->GetCell(1)->value()->IsTheHole());