OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
900
int
next_objs_index
= 0;
local
903
objs[
next_objs_index
++] = factory->NewJSArray(10);
904
objs[
next_objs_index
++] = factory->NewJSArray(10,
909
objs[
next_objs_index
++] =
911
objs[
next_objs_index
++] =
919
objs[
next_objs_index
++] =
924
objs[
next_objs_index
++] = Handle<Map>(HeapObject::cast(*objs[0])->map());
926
CHECK_EQ(objs_count,
next_objs_index
);
[
all
...]
Completed in 39 milliseconds