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

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