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

Unified Diff: runtime/vm/code_descriptors.h

Issue 10982088: Remove deoptimization index PC descriptors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove code from an unrelated change. Created 8 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
« no previous file with comments | « no previous file | runtime/vm/code_descriptors.cc » ('j') | runtime/vm/code_descriptors.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_descriptors.h
diff --git a/runtime/vm/code_descriptors.h b/runtime/vm/code_descriptors.h
index def8ddd7b9ea07e0c7e6837b562d65ab716194c9..5b684d50a4976c4dbb7079016a876702e72845b6 100644
--- a/runtime/vm/code_descriptors.h
+++ b/runtime/vm/code_descriptors.h
@@ -60,10 +60,6 @@ class DescriptorList : public ZoneAllocated {
intptr_t deopt_id,
intptr_t token_index,
intptr_t try_index);
- void AddDeoptIndex(intptr_t pc_offset,
- intptr_t deopt_id,
- DeoptReasonId deopt_reason,
- intptr_t deopt_array_index);
RawPcDescriptors* FinalizePcDescriptors(uword entry_point);
« no previous file with comments | « no previous file | runtime/vm/code_descriptors.cc » ('j') | runtime/vm/code_descriptors.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698