Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 206583003: Add 'address' vm service message that finds heap objects. (Closed)

Created:
6 years, 9 months ago by koda
Modified:
6 years, 9 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add 'address' vm service message that finds heap objects. Will be used to navigate from heap map to individual objects. R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=34206

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -3 lines) Patch
M runtime/vm/heap.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/heap.cc View 2 chunks +21 lines, -1 line 0 comments Download
M runtime/vm/heap_test.cc View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
M runtime/vm/scavenger.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 2 chunks +39 lines, -0 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
koda
6 years, 9 months ago (2014-03-20 16:32:45 UTC) #1
turnidge
lgtm w/ comments. nice change. https://codereview.chromium.org/206583003/diff/30001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/heap.cc#newcode196 runtime/vm/heap.cc:196: } This code does ...
6 years, 9 months ago (2014-03-20 17:01:19 UTC) #2
turnidge
https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc#newcode1486 runtime/vm/service.cc:1486: object.PrintToJSONStream(js, true); On 2014/03/20 17:01:19, turnidge wrote: > Printing ...
6 years, 9 months ago (2014-03-20 17:08:25 UTC) #3
koda
https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc#newcode1486 runtime/vm/service.cc:1486: object.PrintToJSONStream(js, true); On 2014/03/20 17:08:25, turnidge wrote: > On ...
6 years, 9 months ago (2014-03-20 18:36:26 UTC) #4
koda
https://codereview.chromium.org/206583003/diff/30001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/heap.cc#newcode196 runtime/vm/heap.cc:196: } On 2014/03/20 17:01:19, turnidge wrote: > This code ...
6 years, 9 months ago (2014-03-20 20:25:37 UTC) #5
turnidge
https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc#newcode1486 runtime/vm/service.cc:1486: object.PrintToJSONStream(js, true); On 2014/03/20 18:36:26, koda wrote: > On ...
6 years, 9 months ago (2014-03-20 20:34:54 UTC) #6
koda
https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/206583003/diff/30001/runtime/vm/service.cc#newcode1486 runtime/vm/service.cc:1486: object.PrintToJSONStream(js, true); On 2014/03/20 20:34:54, turnidge wrote: > On ...
6 years, 9 months ago (2014-03-20 20:44:19 UTC) #7
koda
6 years, 9 months ago (2014-03-20 21:08:28 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r34206 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698