Home
last modified time | relevance | path

Searched refs:mappedInstructions (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java29 private DecodedInstruction[] mappedInstructions; field in InstructionTransformer
50 mappedInstructions = new DecodedInstruction[size]; in transform()
55 for (DecodedInstruction instruction : mappedInstructions) { in transform()
68 mappedInstructions[mappedAt++] = one; in visit()
79 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
90 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
101 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
112 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
121 mappedInstructions[mappedAt++] = in visit()
131 mappedInstructions[mappedAt++] = one.withIndex(mappedCallSiteId); in visit()