HomeSort by relevance Sort by last modified time
    Searched full:next_objs_index (Results 1 - 1 of 1) 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...]

Completed in 56 milliseconds