HomeSort by relevance Sort by last modified time
    Searched refs:next_objs_index (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-heap.cc 810 int next_objs_index = 0; local
813 objs[next_objs_index++] = FACTORY->NewJSArray(10);
814 objs[next_objs_index++] = FACTORY->NewJSArray(10, FAST_ELEMENTS, TENURED);
817 objs[next_objs_index++] =
819 objs[next_objs_index++] =
827 objs[next_objs_index++] =
832 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map());
834 CHECK_EQ(objs_count, next_objs_index);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 904 int next_objs_index = 0; local
907 objs[next_objs_index++] = factory->NewJSArray(10);
908 objs[next_objs_index++] = factory->NewJSArray(10,
913 objs[next_objs_index++] =
915 objs[next_objs_index++] =
923 objs[next_objs_index++] =
928 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map());
930 CHECK_EQ(objs_count, next_objs_index);
    [all...]

Completed in 95 milliseconds