Home | History | Annotate | Download | only in cctest

Lines Matching refs:InOldPointerSpace

2214   CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(1)));
2216 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(3)));
2218 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(5)));
2250 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(0)));
2251 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(1)));
2254 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(4)));
2280 CHECK(CcTest::heap()->InOldPointerSpace(o->elements()));
2281 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2306 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2307 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(0)));
2311 CHECK(CcTest::heap()->InOldPointerSpace(inner_object));
2313 CHECK(CcTest::heap()->InOldPointerSpace(inner_object->RawFastPropertyAt(1)));
2338 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2365 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2396 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2397 CHECK(CcTest::heap()->InOldPointerSpace(*int_array_handle));
2398 CHECK(CcTest::heap()->InOldPointerSpace(int_array_handle->elements()));
2399 CHECK(CcTest::heap()->InOldPointerSpace(*double_array_handle));
2431 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2432 CHECK(CcTest::heap()->InOldPointerSpace(*int_array_handle_1));
2433 CHECK(CcTest::heap()->InOldPointerSpace(int_array_handle_1->elements()));
2434 CHECK(CcTest::heap()->InOldPointerSpace(*int_array_handle_2));
2435 CHECK(CcTest::heap()->InOldPointerSpace(int_array_handle_2->elements()));
2468 CHECK(CcTest::heap()->InOldPointerSpace(*o));
2469 CHECK(CcTest::heap()->InOldPointerSpace(*double_array_handle_1));
2471 CHECK(CcTest::heap()->InOldPointerSpace(*double_array_handle_2));
2525 CHECK(CcTest::heap()->InOldPointerSpace(*o));