Home | History | Annotate | Download | only in cctest

Lines Matching full:heap

53   CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value());
56 CcTest::heap()->CollectGarbage(NEW_SPACE);
59 CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value());
70 CHECK_EQ(table->Lookup(*a), CcTest::heap()->the_hole_value());
90 CHECK_EQ(table->Lookup(*key), CcTest::heap()->the_hole_value());
98 CHECK_EQ(table->Lookup(*key), CcTest::heap()->the_hole_value());
100 CcTest::heap()->undefined_value());
172 // Simulate a full heap so that generating an identity hash code
174 SimulateFullSpace(CcTest::heap()->new_space());
175 SimulateFullSpace(CcTest::heap()->old_pointer_space());
178 int gc_count = isolate->heap()->gc_count();
180 CHECK(gc_count == isolate->heap()->gc_count());
184 CHECK(gc_count == isolate->heap()->gc_count());
188 CHECK(gc_count < isolate->heap()->gc_count());
209 // Simulate a full heap so that generating an identity hash code
211 SimulateFullSpace(CcTest::heap()->new_space());
212 SimulateFullSpace(CcTest::heap()->old_pointer_space());
218 int gc_count = isolate->heap()->gc_count();
220 CHECK(gc_count < isolate->heap()->gc_count());