Home
last modified time | relevance | path

Searched refs:CellCount (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
Dtype-info.cc514 type_feedback_cells()->CellCount() in CreateDictionary()
572 for (int i = 0; i < cache->CellCount(); i++) { in ProcessTypeFeedbackCells()
Dobjects.h4963 int CellCount() { return length() / 2; } in CellCount() function
Dobjects.cc10689 for (int i = 0; i < type_feedback_cells->CellCount(); i++) { in ClearTypeFeedbackCells()
/external/v8/src/
Dtype-info.cc619 type_feedback_cells()->CellCount() in CreateDictionary()
695 for (int i = 0; i < cache->CellCount(); i++) { in ProcessTypeFeedbackCells()
Dmark-compact.cc1186 for (int i = 0; i < type_feedback_cells->CellCount(); i++) { in VisitCode()
Dobjects.h4071 int CellCount() { return length() / 2; } in CellCount() function
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc2820 CHECK_EQ(2, cells->CellCount()); in TEST()
2827 CHECK_EQ(2, cells->CellCount()); in TEST()