Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1821 bool V8HeapExplorer::IsEssentialObject(Object* object) { in IsEssentialObject() function in v8::internal::V8HeapExplorer
1915 if (IsEssentialObject(child_obj)) { in SetInternalReference()
1933 if (IsEssentialObject(child_obj)) { in SetInternalReference()
1947 if (child_entry != nullptr && IsEssentialObject(child_obj) && in SetHiddenReference()
1963 if (IsEssentialObject(child_obj)) { in SetWeakReference()
1981 if (IsEssentialObject(child_obj)) { in SetWeakReference()
2128 if (IsEssentialObject(obj)) { in TagObject()
Dheap-snapshot-generator.h400 bool IsEssentialObject(Object* object);