Searched defs:FixedDoubleArray (Results 1 - 4 of 4) 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);
/external/chromium_org/v8/src/
H A Dfactory.cc72 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
78 FixedDoubleArray);
685 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
686 Handle<FixedDoubleArray> array) {
687 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedDoubleArray); local
H A Dobjects.h97 // - FixedDoubleArray
1004 V(FixedDoubleArray) \
2339 // represented in a FixedDoubleArray and has at least one value that can only
2911 class FixedDoubleArray;
3016 // FixedDoubleArray describes fixed-sized arrays with element type double.
3017 class FixedDoubleArray: public FixedArrayBase { class in namespace:v8::internal
3048 static inline FixedDoubleArray* cast(Object* obj);
3050 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
3058 DECLARE_PRINTER(FixedDoubleArray)
3059 DECLARE_VERIFIER(FixedDoubleArray)
[all...]

Completed in 89 milliseconds