Index: src/profiler/heap-snapshot-generator.cc |
diff --git a/src/profiler/heap-snapshot-generator.cc b/src/profiler/heap-snapshot-generator.cc |
index 8862ad9257a96351ff88341c92f1ebc491467e93..4f0717101f95b5516797c5e569cb9f385b31e784 100644 |
--- a/src/profiler/heap-snapshot-generator.cc |
+++ b/src/profiler/heap-snapshot-generator.cc |
@@ -751,7 +751,7 @@ const char* HeapObjectsSet::GetTag(Object* obj) { |
} |
-void HeapObjectsSet::SetTag(Object* obj, const char* tag) { |
+V8_NOINLINE void HeapObjectsSet::SetTag(Object* obj, const char* tag) { |
if (!obj->IsHeapObject()) return; |
HeapObject* object = HeapObject::cast(obj); |
base::HashMap::Entry* cache_entry = |