Lines Matching full:objs
879 static int ObjectsFoundInHeap(Heap* heap, Handle<Object> objs[], int size) {
886 if (*objs[i] == obj) {
903 Handle<Object> objs[objs_count];
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());
931 CHECK_EQ(objs_count, ObjectsFoundInHeap(HEAP, objs, objs_count));