Lines Matching refs:FixedDoubleArray
531 TYPE_CHECKER(FixedDoubleArray, FIXED_DOUBLE_ARRAY_TYPE)
1686 inline bool FixedDoubleArray::is_the_hole_nan(double value) {
1691 inline double FixedDoubleArray::hole_nan_as_double() {
1696 inline double FixedDoubleArray::canonical_not_the_hole_nan_as_double() {
1703 double FixedDoubleArray::get_scalar(int index) {
1712 int64_t FixedDoubleArray::get_representation(int index) {
1719 MaybeObject* FixedDoubleArray::get(int index) {
1728 void FixedDoubleArray::set(int index, double value) {
1737 void FixedDoubleArray::set_the_hole(int index) {
1745 bool FixedDoubleArray::is_the_hole(int index) {
2118 CAST_ACCESSOR(FixedDoubleArray)
2768 return FixedDoubleArray::SizeFor(
2769 reinterpret_cast<FixedDoubleArray*>(this)->length());
4790 MaybeObject* FixedDoubleArray::Copy() {