HomeSort by relevance Sort by last modified time
    Searched refs:updateCode (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/analysis/
Optimize.c 340 static inline void updateCode(const Method* meth, u2* ptr, u2 newVal)
658 updateCode(method, insns, (insns[0] & 0xff00) | (u2) volatileOpc);
662 updateCode(method, insns, (insns[0] & 0xff00) | (u2) quickOpc);
663 updateCode(method, insns+1, (u2) instField->byteOffset);
703 updateCode(method, insns, (insns[0] & 0xff00) | (u2) volatileOpc);
876 updateCode(method, insns, (insns[0] & 0xff00) | (u2) newOpc);
877 updateCode(method, insns+1, baseMethod->methodIndex);
921 updateCode(method, insns,
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 467 milliseconds