Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 950) |
| +++ src/objects.h (working copy) |
| @@ -2201,6 +2201,8 @@ |
| static inline int ExtractArgumentsCountFromFlags(Flags flags); |
| static inline Flags RemoveTypeFromFlags(Flags flags); |
| + // Convert a target address into a code object. |
| + static inline Code* GetCodeFromTargetAddress(Address address); |
| // Returns the address of the first instruction. |
| inline byte* instruction_start(); |