Home
last modified time | relevance | path

Searched refs:MarkObject (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dmark-compact.cc467 heap->mark_compact_collector()->MarkObject(code); in VisitCodeTarget()
487 heap->mark_compact_collector()->MarkObject(code); in VisitDebugTarget()
758 collector->MarkObject(jsfunction->unchecked_shared()->unchecked_code()); in VisitJSFunctionAndFlushCode()
774 collector->MarkObject(inlined->unchecked_shared()->unchecked_code()); in VisitJSFunctionAndFlushCode()
817 collector->MarkObject(shared_info_map); in VisitJSFunctionFields()
895 collector_->MarkObject(it.frame()->unchecked_code()); in VisitThread()
917 collector_->MarkObject(shared->unchecked_code()); in VisitPointer()
918 collector_->MarkObject(shared); in VisitPointer()
946 MarkObject(heap()->raw_unchecked_empty_descriptor_array()); in PrepareForCodeFlushing()
951 MarkObject(it.frame()->unchecked_code()); in PrepareForCodeFlushing()
[all …]
Dmark-compact.h258 inline void MarkObject(HeapObject* obj) { in MarkObject() function