| Index: runtime/vm/assembler_dbc.h
|
| diff --git a/runtime/vm/assembler_dbc.h b/runtime/vm/assembler_dbc.h
|
| index d775e459a606afa9269a4ed905a111d5de8728d4..d956f70f22824abbfb2af1a92261f3abff54dfbf 100644
|
| --- a/runtime/vm/assembler_dbc.h
|
| +++ b/runtime/vm/assembler_dbc.h
|
| @@ -86,6 +86,7 @@ class Assembler : public ValueObject {
|
| // Misc. functionality
|
| intptr_t CodeSize() const { return buffer_.Size(); }
|
| intptr_t prologue_offset() const { return 0; }
|
| + bool has_single_entry_point() const { return true; }
|
|
|
| // Count the fixups that produce a pointer offset, without processing
|
| // the fixups.
|
|
|