Home | History | Annotate | Download | only in src

Lines Matching defs:FixedDoubleArray

72 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
78 FixedDoubleArray);
603 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
604 Handle<FixedDoubleArray> array) {
605 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedDoubleArray);