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

/external/chromium_org/v8/src/
H A Dfactory.cc109 Handle<FixedDoubleArray> double_array =
110 Handle<FixedDoubleArray>::cast(array);
998 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray(
999 Handle<FixedDoubleArray> array) {
1002 FixedDoubleArray); local
H A Dobjects.h87 // - FixedDoubleArray
935 V(FixedDoubleArray) \
1903 // represented in a FixedDoubleArray and has at least one value that can only
2394 class FixedDoubleArray;
2514 // FixedDoubleArray describes fixed-sized arrays with element type double.
2515 class FixedDoubleArray: public FixedArrayBase { class in namespace:v8::internal
2520 static inline Handle<Object> get(Handle<FixedDoubleArray> array, int index);
2544 DECLARE_CAST(FixedDoubleArray)
2546 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
2554 DECLARE_PRINTER(FixedDoubleArray)
[all...]

Completed in 44 milliseconds