< prev index next >

src/cpu/aarch32/vm/nativeInst_aarch32.hpp

Print this page

        

@@ -67,10 +67,11 @@
   bool is_sigill_zombie_not_entrant();
 
   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;
 
   inline bool is_mov_const_reg() const;
< prev index next >