Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp63 bool RecordInfo::IsHeapAllocatedCollection() { in IsHeapAllocatedCollection() function in RecordInfo
80 if (!IsHeapAllocatedCollection()) in HasOptionalFinalizer()
198 return IsGCDerived() || IsHeapAllocatedCollection(); in IsGCAllocated()
707 bool on_heap = is_root || info->IsHeapAllocatedCollection(); in CreateEdge()
DRecordInfo.h98 bool IsHeapAllocatedCollection();