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

  /dalvik/dx/src/com/android/dx/io/
Code.java 55 public short[] getInstructions() {
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 104 codeReader.visitAll(dex.readCode(method).getInstructions());
  /external/llvm/utils/TableGen/
CodeGenTarget.h 137 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const {
CodeGenTarget.cpp 272 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 142 codeReader.visitAll(dex.readCode(method).getInstructions());
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 794 short[] instructions = code.getInstructions();
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 3792 milliseconds