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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionOffsetMap.java 101 public int getInstructionIndex() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 227 analyzedState.set(instructionToAnalyze.getInstructionIndex());
230 instructionsToAnalyze.set(successor.getInstructionIndex());
558 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]
AnalyzedInstruction.java 112 public int getInstructionIndex() {
395 if (predecessor.getInstructionIndex() == getInstructionIndex() - 1) {
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 202 SlotIndex getInstructionIndex(const MachineInstr &Instr) const {
203 return Indexes->getInstructionIndex(Instr);
SlotIndexes.h 422 SlotIndex getInstructionIndex(const MachineInstr &MI) const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 195 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
196 return indexes_->getInstructionIndex(instr);
SlotIndexes.h 493 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
  /art/tools/dexfuzz/src/dexfuzz/program/
MutatableCode.java 134 public int getInstructionIndex(MInsn mInsn) {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 194 unsigned getInstructionIndex(const Instruction *I) {
366 StoreIndex = LBI.getInstructionIndex(OnlyStore);
368 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
450 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
463 unsigned LoadIdx = LBI.getInstructionIndex(LI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 164 /// getInstructionIndex - Get or calculate the index of the specified
166 unsigned getInstructionIndex(const Instruction *I) {
860 StoreIndex = LBI.getInstructionIndex(OnlyStore);
862 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 367 milliseconds