Home | History | Annotate | Download | only in cctest

Lines Matching refs:fixed_array_len

903   int fixed_array_len = LenFromSize(to_fill);
904 CHECK(fixed_array_len < FixedArray::kMaxLength);
907 Object* array = HEAP->AllocateFixedArray(fixed_array_len)->ToObjectChecked();