Searched refs:SetInternalReference (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 941 SetInternalReference(proxy, entry, in ExtractJSGlobalProxyReferences() 959 SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(), in ExtractJSObjectReferences() 961 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences() 963 SetInternalReference(js_obj, entry, "bound_function", in ExtractJSObjectReferences() 983 SetInternalReference(obj, entry, "initial_map", proto_or_map, in ExtractJSObjectReferences() 990 SetInternalReference(js_fun, entry, "feedback_cell", in ExtractJSObjectReferences() 994 SetInternalReference(js_fun, entry, in ExtractJSObjectReferences() 998 SetInternalReference(js_fun, entry, in ExtractJSObjectReferences() 1002 SetInternalReference(js_fun, entry, "code", js_fun->code(), in ExtractJSObjectReferences() 1006 SetInternalReference(global_obj, entry, "native_context", in ExtractJSObjectReferences() [all …]
|
D | heap-snapshot-generator.h | 437 void SetInternalReference(HeapObject* parent_obj, 442 void SetInternalReference(HeapObject* parent_obj,
|