Home | History | Annotate | Download | only in heap

Lines Matching refs:LAST_TYPE

1355   allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1);
1356 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1);
2056 DCHECK(0 <= type && type <= LAST_TYPE);
2072 for (int i = 0; i <= LAST_TYPE; i++) {
2104 for (int i = 0; i <= LAST_TYPE; i++) {
2139 for (int i = FIRST_NONSTRING_TYPE; i <= LAST_TYPE; ++i) {
2156 for (int i = 0; i <= LAST_TYPE; i++) {
2177 DCHECK(0 <= type && type <= LAST_TYPE);
2185 DCHECK(0 <= type && type <= LAST_TYPE);