Searched refs:RemoveObjectSlots (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-slots-buffer.cc | 30 SlotsBuffer::RemoveObjectSlots(CcTest::i_isolate()->heap(), buffer, in TEST() 45 SlotsBuffer::RemoveObjectSlots(CcTest::i_isolate()->heap(), buffer, in TEST()
|
/external/v8/src/heap/ |
D | slots-buffer.h | 154 static void RemoveObjectSlots(Heap* heap, SlotsBuffer* buffer,
|
D | slots-buffer.cc | 78 void SlotsBuffer::RemoveObjectSlots(Heap* heap, SlotsBuffer* buffer, in RemoveObjectSlots() function in v8::internal::SlotsBuffer
|
D | mark-compact.h | 490 void RemoveObjectSlots(Address start_slot, Address end_slot);
|
D | mark-compact.cc | 3459 RemoveObjectSlots(code->instruction_start(), in InvalidateCode() 3471 void MarkCompactCollector::RemoveObjectSlots(Address start_slot, in RemoveObjectSlots() function in v8::internal::MarkCompactCollector 3481 SlotsBuffer::RemoveObjectSlots(heap_, p->slots_buffer(), start_slot, in RemoveObjectSlots()
|