Index: src/heap/heap-inl.h |
diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
index aecdd40988b8b4f5f5c01e579ba6300b1c246e2d..f40ac5616d159a33c638cca024d96fdab971ab59 100644 |
--- a/src/heap/heap-inl.h |
+++ b/src/heap/heap-inl.h |
@@ -323,12 +323,6 @@ void Heap::UpdateAllocationsHash(uint32_t value) { |
} |
-void Heap::PrintAlloctionsHash() { |
Michael Lippautz
2015/08/24 16:36:36
Any reason this debug method using prints is inlin
Hannes Payer (out of office)
2015/08/24 16:43:53
Be gone.
Michael Starzinger
2015/08/24 16:55:47
Nah, can't think of any. Probably just to have is
Michael Lippautz
2015/08/25 06:54:42
Done.
Michael Lippautz
2015/08/25 06:54:42
Done.
|
- uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); |
- PrintF("\n### Allocations = %u, hash = 0x%08x\n", allocations_count_, hash); |
-} |
- |
- |
void Heap::FinalizeExternalString(String* string) { |
DCHECK(string->IsExternalString()); |
v8::String::ExternalStringResourceBase** resource_addr = |