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

/external/v8/src/
H A Dfactory.cc171 Handle<FixedDoubleArray> double_array =
172 Handle<FixedDoubleArray>::cast(array);
1087 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
1088 Handle<FixedDoubleArray> array) {
1091 FixedDoubleArray); local
H A Dobjects.h97 // - FixedDoubleArray
948 V(FixedDoubleArray) \
2637 class FixedDoubleArray;
2728 // FixedDoubleArray describes fixed-sized arrays with element type double.
2729 class FixedDoubleArray: public FixedArrayBase { class in class:v8::internal::KeyCollectionMode
2734 static inline Handle<Object> get(FixedDoubleArray* array, int index,
2755 DECLARE_CAST(FixedDoubleArray)
2757 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
2765 DECLARE_PRINTER(FixedDoubleArray)
2766 DECLARE_VERIFIER(FixedDoubleArray)
[all...]

Completed in 88 milliseconds