Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h466 void SetElementReference(HeapEntry* parent_entry, int index, Object child);
Dheap-snapshot-generator.cc1838 SetElementReference(entry, i, elements.get(i)); in ExtractElementReferences()
1848 SetElementReference(entry, index, dictionary.ValueAt(i)); in ExtractElementReferences()
2096 void V8HeapExplorer::SetElementReference(HeapEntry* parent_entry, int index, in SetElementReference() function in v8::internal::V8HeapExplorer