Lines Matching refs:name
70 HeapGraphEdge(Type type, const char* name, HeapEntry* from, HeapEntry* to);
78 const char* name() const {
124 HeapEntry(HeapSnapshot* snapshot, int index, Type type, const char* name,
130 const char* name() const { return name_; }
131 void set_name(const char* name) { name_ = name; }
167 void SetNamedReference(HeapGraphEdge::Type type, const char* name,
249 const char* name,
388 void TagBuiltinCodeObject(CodeT code, const char* name);
391 const char* name,
402 const char* name);