Chromium Code Reviews| Index: runtime/vm/disassembler.h |
| =================================================================== |
| --- runtime/vm/disassembler.h (revision 31662) |
| +++ runtime/vm/disassembler.h (working copy) |
| @@ -128,6 +128,8 @@ |
| char* human_buffer, intptr_t human_size, |
| int* out_instr_len, uword pc); |
| + static bool CanFindOldObject(uword addr); |
| + |
| private: |
| static const int kHexadecimalBufferSize = 32; |
| static const int kUserReadableBufferSize = 256; |