| Index: src/arm/macro-assembler-arm.h
|
| ===================================================================
|
| --- src/arm/macro-assembler-arm.h (revision 5854)
|
| +++ src/arm/macro-assembler-arm.h (working copy)
|
| @@ -320,6 +320,16 @@
|
| Label* miss);
|
|
|
|
|
| + inline void MarkCode(NopMarkerTypes type) {
|
| + nop(type);
|
| + }
|
| +
|
| +
|
| + static inline bool IsMarkedCode(Instr instr, NopMarkerTypes type) {
|
| + return IsNop(instr, type);
|
| + }
|
| +
|
| +
|
| // ---------------------------------------------------------------------------
|
| // Allocation support
|
|
|
|
|