Home | History | Annotate | Download | only in src

Lines Matching refs:FixedDoubleArray

72 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
78 FixedDoubleArray);
685 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
686 Handle<FixedDoubleArray> array) {
687 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedDoubleArray);