Home
last modified time | relevance | path

Searched refs:InOldDataSpace (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h354 bool Heap::InOldDataSpace(Address address) { in InOldDataSpace() function
359 bool Heap::InOldDataSpace(Object* object) { in InOldDataSpace() function
360 return InOldDataSpace(reinterpret_cast<Address>(object)); in InOldDataSpace()
Dheap.h845 inline bool InOldDataSpace(Address address);
846 inline bool InOldDataSpace(Object* object);
Dheap.cc3233 bool is_in_old_data_space = InOldDataSpace(address); in CanMoveObjectStart()
/external/v8/test/cctest/
Dtest-constantpool.cc289 CHECK(heap->InOldDataSpace(temp->address())); in TEST()
292 CHECK(heap->InOldDataSpace(heap_ptr->address())); in TEST()
Dtest-heap.cc2261 CHECK(CcTest::heap()->InOldDataSpace(double_array_handle->elements())); in TEST()
2345 CHECK(CcTest::heap()->InOldDataSpace(o->RawFastPropertyAt(idx2))); in TEST()
2350 CHECK(CcTest::heap()->InOldDataSpace(inner_object->RawFastPropertyAt(idx1))); in TEST()
2392 CHECK(CcTest::heap()->InOldDataSpace(o->properties())); in TEST()
2431 CHECK(CcTest::heap()->InOldDataSpace(o->elements())); in TEST()
2480 CHECK(CcTest::heap()->InOldDataSpace(double_array_handle->elements())); in TEST()
2578 CHECK(CcTest::heap()->InOldDataSpace(double_array_handle_1->elements())); in TEST()
2580 CHECK(CcTest::heap()->InOldDataSpace(double_array_handle_2->elements())); in TEST()