HomeSort by relevance Sort by last modified time
    Searched defs:getInstructionIndex (Results 1 - 5 of 5) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 96 public int getInstructionIndex() {
MethodAnalyzer.java 230 analyzedInstructions.set(instructionToAnalyze.getInstructionIndex());
233 instructionsToAnalyze.set(successor.getInstructionIndex());
336 verifiedInstructions.set(instructionToVerify.getInstructionIndex());
339 instructionsToVerify.set(successor.getInstructionIndex());
611 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 184 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
185 return Indexes->getInstructionIndex(instr);
SlotIndexes.h 386 SlotIndex getInstructionIndex(const MachineInstr *MI) const {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 166 /// getInstructionIndex - Get or calculate the index of the specified
168 unsigned getInstructionIndex(const Instruction *I) {
    [all...]

Completed in 69 milliseconds