Home | History | Annotate | Download | only in src

Lines Matching defs:FixedDoubleArray

62 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
68 FixedDoubleArray);
509 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
510 Handle<FixedDoubleArray> array) {
511 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedDoubleArray);