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

Unified Diff: runtime/vm/code_patcher.h

Issue 1343383003: VM: Store edge counters in one per-function array. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: clean up comments, save space in IL Instruction class. Created 5 years, 3 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/code_patcher.h
diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
index 57ee46a60bffcf1eaf72b49b6d4b53aabc4f2b34..56ba916f5a594b5b8bdbbf160da85e3442518f97 100644
--- a/runtime/vm/code_patcher.h
+++ b/runtime/vm/code_patcher.h
@@ -87,8 +87,6 @@ class CodePatcher : public AllStatic {
static void InsertCallAt(uword start, uword target);
- static RawObject* GetEdgeCounterAt(uword pc, const Code& code);
-
static void PatchPoolPointerCallAt(uword return_address,
const Code& code,
uword new_target);

Powered by Google App Engine
This is Rietveld 408576698