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

Unified Diff: runtime/vm/debugger.h

Issue 2976723003: Eliminate dependencies on assemblers and code stubs in precompiled runtime. (Closed)
Patch Set: Created 3 years, 5 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
Index: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index e1b23926585d29910624c6c3f7cd5e8dace5cd5d..4d5586a617aa6b52c39a4164b9f99a64e7cee54d 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -679,9 +679,11 @@ class Debugger {
const Array& deopt_frame,
intptr_t deopt_frame_offset,
ActivationFrame::Kind kind = ActivationFrame::kRegular);
+#if !defined(DART_PRECOMPILED_RUNTIME)
static RawArray* DeoptimizeToArray(Thread* thread,
StackFrame* frame,
const Code& code);
+#endif
// Appends at least one stack frame. Multiple frames will be appended
// if |code| at the frame's pc contains inlined functions.
static void AppendCodeFrames(Thread* thread,

Powered by Google App Engine
This is Rietveld 408576698