Searched refs:RecordCodeEntrySlot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.h602 void RecordCodeEntrySlot(Address slot, Code* target);
H A Dincremental-marking.cc94 heap_->mark_compact_collector()->RecordCodeEntrySlot(
H A Dobjects-visiting-inl.h209 heap->mark_compact_collector()->RecordCodeEntrySlot(entry_address, code);
H A Dmark-compact.cc1056 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot(slot,
4468 void MarkCompactCollector::RecordCodeEntrySlot(Address slot, Code* target) { function in class:v8::internal::MarkCompactCollector
H A Dheap.cc2080 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot(

Completed in 310 milliseconds