Searched defs:FixedDoubleArray (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfactory.cc62 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); local
H A Dobjects.h84 // - FixedDoubleArray
812 V(FixedDoubleArray) \
1735 // represented in a FixedDoubleArray and has at least one value that can only
2228 class FixedDoubleArray;
2343 // FixedDoubleArray describes fixed-sized arrays with element type double.
2344 class FixedDoubleArray: public FixedArrayBase { class in namespace:v8::internal
2372 static inline FixedDoubleArray* cast(Object* obj);
2374 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
2394 DISALLOW_IMPLICIT_CONSTRUCTORS(FixedDoubleArray);

Completed in 137 milliseconds