Searched refs:SetInternalReference (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 1140 SetInternalReference(entry, "native_context", proxy.native_context(), in ExtractJSGlobalProxyReferences() 1157 SetInternalReference(entry, "bindings", js_fun.bound_arguments(), in ExtractJSObjectReferences() 1159 SetInternalReference(entry, "bound_this", js_fun.bound_this(), in ExtractJSObjectReferences() 1161 SetInternalReference(entry, "bound_function", in ExtractJSObjectReferences() 1181 SetInternalReference(entry, "initial_map", proto_or_map, in ExtractJSObjectReferences() 1188 SetInternalReference(entry, "feedback_cell", js_fun.raw_feedback_cell(), in ExtractJSObjectReferences() 1191 SetInternalReference(entry, "shared", shared_info, in ExtractJSObjectReferences() 1194 SetInternalReference(entry, "context", js_fun.context(), in ExtractJSObjectReferences() 1196 SetInternalReference(entry, "code", js_fun.code(), JSFunction::kCodeOffset); in ExtractJSObjectReferences() 1199 SetInternalReference(entry, "native_context", global_obj.native_context(), in ExtractJSObjectReferences() [all …]
|
| D | heap-snapshot-generator.h | 467 void SetInternalReference(HeapEntry* parent_entry, const char* reference_name, 469 void SetInternalReference(HeapEntry* parent_entry, int index, Object child,
|