HomeSort by relevance Sort by last modified time
    Searched full:currentmapping (Results 1 - 8 of 8) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 287 private final RegisterSpec[] currentMapping;
311 currentMapping = startsForBlocks[block.getIndex()];
345 RegisterSpec newVersion = currentMapping[reg];
353 + " " + currentMapping[reg]);
357 return registerSpec.withReg(currentMapping[reg].getReg());
400 RegisterSpec[] childStart = first ? currentMapping
401 : dupArray(currentMapping);
408 // currentMapping is owned by a child now.
425 * {@code currentMapping} is updated and the newly added element
431 * been added to {@code currentMapping}
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 288 private final RegisterSpec[] currentMapping;
312 currentMapping = startsForBlocks[block.getIndex()];
346 RegisterSpec newVersion = currentMapping[reg];
354 + " " + currentMapping[reg]);
358 return registerSpec.withReg(currentMapping[reg].getReg());
401 RegisterSpec[] childStart = first ? currentMapping
402 : dupArray(currentMapping);
409 // currentMapping is owned by a child now.
426 * {@code currentMapping} is updated and the newly added element
432 * been added to {@code currentMapping}
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 1242 milliseconds