Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

1481       accumulator->Add("<FixedDoubleArray[%u]>",
1482 FixedDoubleArray::cast(this)->length());
4622 FixedDoubleArray* double_array = FixedDoubleArray::cast(array);
4629 // trying to convert the FixedDoubleArray.
11812 FixedDoubleArray::cast(elements())->set(index, value->Number());
12014 FixedDoubleArray::cast(base_elms)->is_the_hole(index))) {
12062 FixedDoubleArray* elms = FixedDoubleArray::cast(elements());
12084 FixedDoubleArray::cast(elements())->set(index, double_value);
12646 FixedDoubleArray* elms = FixedDoubleArray::cast(elements());
13135 FixedDoubleArray::cast(elements())->length();
13137 if (!FixedDoubleArray::cast(elements())->is_the_hole(i)) {
14057 FixedDoubleArray* elements = FixedDoubleArray::cast(elements_base);