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

Unified Diff: runtime/vm/object.cc

Issue 1916143003: Quick step 1: dump stack in AbstractType::IsInstantiated (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index a78cc8b9c48df2a1167305645c615b2bab048b0f..581a06a1701d3e29be1beea03297f93136d8048f 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -15516,6 +15516,7 @@ TokenPosition AbstractType::token_pos() const {
bool AbstractType::IsInstantiated(TrailPtr trail) const {
// AbstractType is an abstract class.
// TODO(srdjan) : Remove temporary code.
+ Profiler::DumpStackTrace();
regis 2016/04/25 23:13:49 LGTM but how about dumping both native and dart st
srdjan 2016/04/25 23:14:33 Done.
if (Compiler::IsBackgroundCompilation()) {
UNREACHABLE();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698