Searched defs:updateOpcode (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DOptimize.cpp378 static inline void updateOpcode(const Method* meth, u2* ptr, u2 opcode) function
695 updateOpcode(method, insns, volatileOpc);
699 updateOpcode(method, insns, quickOpc);
736 updateOpcode(method, insns, volatileOpc);
913 updateOpcode(method, insns, newOpc);
966 updateOpcode(method, insns, OP_INVOKE_OBJECT_INIT_RANGE);
1081 updateOpcode(method, insns, OP_EXECUTE_INLINE);
1121 updateOpcode(method, insns, OP_EXECUTE_INLINE_RANGE);
1187 updateOpcode(method, insns, OP_RETURN_VOID_BARRIER);

Completed in 28 milliseconds