Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 0309462d004692361952102355d9fcdddaa0f545..38c50c69dba3fdf3a7f72506a749b3a98d82d535 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -4184,6 +4184,10 @@ class Code : public Object { |
| StoreNonPointer(&raw_ptr()->lazy_deopt_pc_offset_, pc); |
| } |
| + bool IsAllocationStubCode() const; |
| + bool IsStubCode() const; |
| + bool IsFunctionCode() const; |
| + |
| private: |
| void set_state_bits(intptr_t bits) const; |