HomeSort by relevance Sort by last modified time
    Searched defs:FixedDoubleArray (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
factory.cc 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);
    [all...]
objects.h 84 // - FixedDoubleArray
    [all...]

Completed in 50 milliseconds