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

Issue 10829446: Add HasSubclasses function to class hierarchy analysis. (Closed)

Created:
8 years, 4 months ago by regis
Modified:
8 years, 4 months ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add HasSubclasses function to class hierarchy analysis. Committed: https://code.google.com/p/dart/source/detail?r=11008

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M runtime/vm/class_table.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/class_table.cc View 1 chunk +12 lines, -0 lines 1 comment Download
M runtime/vm/class_table_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
8 years, 4 months ago (2012-08-21 00:12:30 UTC) #1
srdjan
LGTM and thanks!
8 years, 4 months ago (2012-08-21 00:16:33 UTC) #2
Ivan Posva
8 years, 4 months ago (2012-08-21 03:01:27 UTC) #3
https://chromiumcodereview.appspot.com/10829446/diff/1/runtime/vm/class_table.cc
File runtime/vm/class_table.cc (right):

https://chromiumcodereview.appspot.com/10829446/diff/1/runtime/vm/class_table...
runtime/vm/class_table.cc:100: bool ClassTable::HasSubclasses(intptr_t cid)
const {
This API has nothing to do with ClassTable, please remove it from here or
explain the tie in to the functionality of ClassTable which maps cids to
classes.

Powered by Google App Engine
This is Rietveld 408576698