Home
last modified time | relevance | path

Searched refs:InOldPointerSpace (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-heap.cc2214 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()
[all …]
/external/chromium_org/v8/src/
Dheap-inl.h328 bool Heap::InOldPointerSpace(Address address) { in InOldPointerSpace() function
333 bool Heap::InOldPointerSpace(Object* object) { in InOldPointerSpace() function
334 return InOldPointerSpace(reinterpret_cast<Address>(object)); in InOldPointerSpace()
Dheap.h1318 inline bool InOldPointerSpace(Address address);
1319 inline bool InOldPointerSpace(Object* object);