| Index: runtime/vm/instructions.h
|
| diff --git a/runtime/vm/instructions.h b/runtime/vm/instructions.h
|
| index 0f5b8a5501dc4c2264a5ea6188bc98b3cc729140..a2716729f3f79c80180c437fabb4bf8869edbb97 100644
|
| --- a/runtime/vm/instructions.h
|
| +++ b/runtime/vm/instructions.h
|
| @@ -21,4 +21,15 @@
|
| #error Unknown architecture.
|
| #endif
|
|
|
| +namespace dart {
|
| +
|
| +class Object;
|
| +class Code;
|
| +
|
| +bool DecodeLoadObjectFromPoolOrThread(uword pc,
|
| + const Code& code,
|
| + Object* obj);
|
| +
|
| +} // namespace dart
|
| +
|
| #endif // VM_INSTRUCTIONS_H_
|
|
|