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