| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 6644ae1bdba98879c374e4bd9d95ff2358eba0b2..e589dfe2d4d9c0cfd5f564806d405edc895a3fab 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -770,6 +770,8 @@ class Assembler : public ValueObject {
|
| void Bind(Label* label);
|
|
|
| void Comment(const char* format, ...) PRINTF_ATTRIBUTE(2, 3);
|
| + static bool EmittingComments();
|
| +
|
| const Code::Comments& GetCodeComments() const;
|
|
|
| intptr_t CodeSize() const { return buffer_.Size(); }
|
|
|