--- old/src/cpu/aarch32/vm/nativeInst_aarch32.hpp 2016-07-15 18:37:39.000000000 +0300 +++ new/src/cpu/aarch32/vm/nativeInst_aarch32.hpp 2016-07-15 18:37:39.000000000 +0300 @@ -69,6 +69,7 @@ bool is_movt(Register dst, unsigned imm, Assembler::Condition cond = Assembler::C_DFLT); bool is_movw(Register dst, unsigned imm, Assembler::Condition cond = Assembler::C_DFLT); bool is_ldr(Register dst, Address addr, Assembler::Condition cond = Assembler::C_DFLT); + bool is_patched_already() const; inline bool is_jump() const; inline bool is_call() const;