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

Unified Diff: runtime/vm/disassembler.h

Issue 2793943002: Fix disassembly of OSR functions. (Closed)
Patch Set: Remove unused function Created 3 years, 9 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 | « runtime/vm/compiler.cc ('k') | runtime/vm/disassembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/disassembler.h
diff --git a/runtime/vm/disassembler.h b/runtime/vm/disassembler.h
index 8b17c67a85bc84058cb193a821fa67d74009b62b..18916fb910fc8d2b7fd1c2a0749d376318394545 100644
--- a/runtime/vm/disassembler.h
+++ b/runtime/vm/disassembler.h
@@ -134,9 +134,9 @@ class Disassembler : public AllStatic {
Object** object,
uword pc);
- static void DisassembleCode(const Function& function, bool optimized);
- static void DisassembleCodeUnoptimized(const Function& function,
- bool optimized);
+ static void DisassembleCode(const Function& function,
+ const Code& code,
+ bool optimized);
private:
static void DisassembleCodeHelper(const char* function_fullname,
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/disassembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698