Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

1195       accumulator->Add("<FixedDoubleArray[%u]>",
1196 FixedDoubleArray::cast(this)->length());
3499 FixedDoubleArray* double_array = FixedDoubleArray::cast(array);
3506 // trying to convert the FixedDoubleArray.
8845 static_cast<uint32_t>(FixedDoubleArray::cast(elements())->length());
8847 !FixedDoubleArray::cast(elements())->is_the_hole(index)) {
9181 FixedDoubleArray::cast(elements())->set(index, value->Number());
9376 FixedDoubleArray::cast(base_elms)->is_the_hole(index))) {
9411 FixedDoubleArray* elms = FixedDoubleArray::cast(elements());
9436 FixedDoubleArray::cast(elements())->set(index, double_value);
9840 FixedDoubleArray* elms = FixedDoubleArray::cast(elements());
10129 static_cast<uint32_t>(FixedDoubleArray::cast(elements())->length());
10131 !FixedDoubleArray::cast(elements())->is_the_hole(index);
10360 FixedDoubleArray::cast(elements())->length();
10362 if (!FixedDoubleArray::cast(elements())->is_the_hole(i)) {
11343 FixedDoubleArray* elements = FixedDoubleArray::cast(elements_base);