Searched refs:SetPropertyReference (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 1153 SetPropertyReference(entry, roots.proto_string(), iter.GetCurrent()); in ExtractJSObjectReferences() 1175 SetPropertyReference(entry, roots.prototype_string(), proto_or_map, in ExtractJSObjectReferences() 1179 SetPropertyReference(entry, roots.prototype_string(), in ExtractJSObjectReferences() 1818 SetPropertyReference(entry, key, accessors, nullptr, field_offset); in ExtractAccessorPairProperty() 1821 SetPropertyReference(entry, key, getter, "get %s"); in ExtractAccessorPairProperty() 1825 SetPropertyReference(entry, key, setter, "set %s"); in ExtractAccessorPairProperty() 2182 SetPropertyReference(parent_entry, reference_name, child_obj, in SetDataOrAccessorPropertyReference() 2187 void V8HeapExplorer::SetPropertyReference(HeapEntry* parent_entry, in SetPropertyReference() function in v8::internal::V8HeapExplorer
|
| D | heap-snapshot-generator.h | 479 void SetPropertyReference(HeapEntry* parent_entry, Name reference_name,
|