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

  /external/ceres-solver/include/ceres/internal/
fixed_array.h 30 // Author: sanjay@google.com (Sanjay Ghemawat) -- renamed to FixedArray
44 // A FixedArray<T> represents a non-resizable array of T where the
47 // FixedArray allocates small arrays inline, and large arrays on
51 // FixedArray keeps performance fast for small arrays, because it
56 // Also, FixedArray is useful for writing portable code. Not all
60 // FixedArray<> automatically determine the number of elements
63 // If inline_elements is specified, the FixedArray<> implementation
66 // Finally note that unlike vector<T> FixedArray<T> will not zero-initialize
79 class FixedArray {
94 // FixedArray<T> will not zero-initialiaze POD (simple) types like int
    [all...]
  /external/v8/src/
factory.cc 125 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) {
130 FixedArray);
134 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
142 FixedArray);
146 Handle<FixedArray> Factory::NewUninitializedFixedArray(int size) {
150 FixedArray);
737 Handle<FixedArray> array =
752 Handle<FixedArray> array =
766 Handle<FixedArray> array = NewFixedArray(1);
776 Handle<FixedArray> array
    [all...]
objects.h 76 // - FixedArray
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 225 milliseconds