Home | History | Annotate | Download | only in cctest

Lines Matching defs:fixed_array

16563   i::Handle<FixedTypedArrayClass> fixed_array =
16567 fixed_array->map()->instance_type());
16568 CHECK_EQ(kElementCount, fixed_array->length());
16571 fixed_array->set(i, static_cast<ElementType>(i));
16577 static_cast<int64_t>(fixed_array->get_scalar(i)));
16584 jsobj->set_elements(*fixed_array);