Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

690 TYPE_CHECKER(FixedDoubleArray, FIXED_DOUBLE_ARRAY_TYPE)
1859 Handle<FixedDoubleArray> double_array =
1860 Handle<FixedDoubleArray>::cast(elements);
2337 double FixedDoubleArray::get_scalar(int index) {
2346 uint64_t FixedDoubleArray::get_representation(int index) {
2354 Handle<Object> FixedDoubleArray::get(FixedDoubleArray* array, int index,
2364 void FixedDoubleArray::set(int index, double value) {
2377 void FixedDoubleArray::set_the_hole(int index) {
2385 bool FixedDoubleArray::is_the_hole(int index) {
2390 double* FixedDoubleArray::data_start() {
2395 void FixedDoubleArray::FillWithHoles(int from, int to) {
3158 FixedDoubleArray)
4410 return FixedDoubleArray::SizeFor(
4411 reinterpret_cast<FixedDoubleArray*>(this)->length());