Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1658 bool V8HeapExplorer::IsEssentialObject(Object* object) { in IsEssentialObject() function in v8::internal::V8HeapExplorer
1740 if (IsEssentialObject(child_obj)) { in SetInternalReference()
1758 if (IsEssentialObject(child_obj)) { in SetInternalReference()
1772 if (child_entry != nullptr && IsEssentialObject(child_obj) && in SetHiddenReference()
1788 if (IsEssentialObject(child_obj)) { in SetWeakReference()
1806 if (IsEssentialObject(child_obj)) { in SetWeakReference()
1950 if (IsEssentialObject(obj)) { in TagObject()
Dheap-snapshot-generator.h421 bool IsEssentialObject(Object* object);