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 126 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) {
131 FixedArray);
135 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
143 FixedArray);
147 Handle<FixedArray> Factory::NewUninitializedFixedArray(int size) {
151 FixedArray);
748 Handle<FixedArray> array =
763 Handle<FixedArray> array =
777 Handle<FixedArray> array = NewFixedArray(1);
787 Handle<FixedArray> array
    [all...]
objects.h 77 // - FixedArray
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 109 milliseconds