Lines Matching refs:FixedDoubleArray
34 TQ_OBJECT_CONSTRUCTORS_IMPL(FixedDoubleArray) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
361 double FixedDoubleArray::get_scalar(int index) { in get_scalar()
369 uint64_t FixedDoubleArray::get_representation(int index) { in get_representation()
378 Handle<Object> FixedDoubleArray::get(FixedDoubleArray array, int index, in get()
387 void FixedDoubleArray::set(int index, double value) { in set()
400 void FixedDoubleArray::set_the_hole(Isolate* isolate, int index) { in set_the_hole()
404 void FixedDoubleArray::set_the_hole(int index) { in set_the_hole()
412 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
416 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole()
420 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements()
428 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles()