Searched refs:RecordCodeEntrySlot (Results 1 – 5 of 5) sorted by relevance
602 void RecordCodeEntrySlot(Address slot, Code* target);
94 heap_->mark_compact_collector()->RecordCodeEntrySlot( in RecordWriteOfCodeEntrySlow()
209 heap->mark_compact_collector()->RecordCodeEntrySlot(entry_address, code); in VisitCodeEntry()
1056 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot(slot, in ProcessJSFunctionCandidates()4468 void MarkCompactCollector::RecordCodeEntrySlot(Address slot, Code* target) { in RecordCodeEntrySlot() function in v8::internal::MarkCompactCollector
2080 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot( in EvacuateJSFunction()