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

Unified Diff: runtime/vm/object.h

Issue 11363151: Revert r14711 and r14709 because of test failures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/intermediate_language_x64.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
===================================================================
--- runtime/vm/object.h (revision 14711)
+++ runtime/vm/object.h (working copy)
@@ -2570,8 +2570,6 @@
uword GetDeoptBeforePcAtDeoptId(intptr_t deopt_id) const;
uword GetDeoptAfterPcAtDeoptId(intptr_t deopt_id) const;
- uword GetPcForDeoptId(intptr_t deopt_id, PcDescriptors::Kind kind) const;
-
// Returns true if there is an object in the code between 'start_offset'
// (inclusive) and 'end_offset' (exclusive).
bool ObjectExistsInArea(intptr_t start_offest, intptr_t end_offset) const;
@@ -2628,6 +2626,7 @@
*PointerOffsetAddrAt(index) = offset_in_instructions;
}
+ uword GetPcForDeoptId(intptr_t deopt_id, PcDescriptors::Kind kind) const;
// New is a private method as RawInstruction and RawCode objects should
// only be created using the Code::FinalizeCode method. This method creates
@@ -2787,12 +2786,6 @@
return raw_ptr()->deopt_id_;
}
- intptr_t deopt_reason() const {
- return raw_ptr()->deopt_reason_;
- }
-
- void set_deopt_reason(intptr_t reason) const;
-
intptr_t NumberOfChecks() const;
static intptr_t InstanceSize() {
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698