Lines Matching defs:objs
788 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) {
794 if (*objs[i] == obj) {
809 Handle<Object> objs[objs_count];
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());
835 CHECK_EQ(objs_count, ObjectsFoundInHeap(objs, objs_count));