| Index: src/macro-assembler-arm.h
|
| ===================================================================
|
| --- src/macro-assembler-arm.h (revision 1380)
|
| +++ src/macro-assembler-arm.h (working copy)
|
| @@ -230,7 +230,9 @@
|
| };
|
| List<Unresolved>* unresolved() { return &unresolved_; }
|
|
|
| + Handle<Object> CodeObject() { return code_object_; }
|
|
|
| +
|
| // ---------------------------------------------------------------------------
|
| // StatsCounter support
|
|
|
| @@ -265,6 +267,8 @@
|
| List<Unresolved> unresolved_;
|
| bool generating_stub_;
|
| bool allow_stub_calls_;
|
| + Handle<Object> code_object_; // This handle will be patched with the code
|
| + // object on installation.
|
|
|
| // Helper functions for generating invokes.
|
| void InvokePrologue(const ParameterCount& expected,
|
|
|