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

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 84 private final IndexMap aIndexMap;
85 private final IndexMap bIndexMap;
108 aIndexMap = new IndexMap(dexOut, aContents);
109 bIndexMap = new IndexMap(dexOut, bContents);
326 private List<UnsortedValue> readUnsortedValues(Dex source, IndexMap indexMap) {
336 T value = read(in, indexMap, 0);
337 result.add(new UnsortedValue(source, indexMap, value, i, offset));
343 abstract T read(Dex.Section in, IndexMap indexMap, int index)
    [all...]
InstructionTransformer.java 27 private final IndexMap indexMap;
32 public InstructionTransformer(IndexMap indexMap) {
33 this.indexMap = indexMap;
70 int mappedId = indexMap.adjustString(stringId);
80 int mappedId = indexMap.adjustField(fieldId);
90 int mappedId = indexMap.adjustType(typeId);
100 int mappedId = indexMap.adjustMethod(methodId)
    [all...]
IndexMap.java 57 public final class IndexMap {
71 public IndexMap(Dex target, TableOfContents tableOfContents) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 62 DTN2UnsignedMap IndexMap;
82 IndexMap[Node] = ++Numbering;
90 if (IndexMap.count(Node))
93 IndexMap[Node] = 0;
97 unsigned Numbering = IndexMap[Node];
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 489 milliseconds