Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java68 … int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET); in getInstructions() local
71 final int endOffset = instructionsStartOffset + (instructionsSize*2); in getInstructions()
101 … int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET);
103 codeOffset + CodeItem.INSTRUCTION_START_OFFSET + (instructionsSize*2), 4);
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1753 int instructionsSize = b.getInstructions().size() * INSTRUCTION_NUMBER_DELTA; in addLiveRange() local
1755 firstInstructionInBlock + instructionsSize - INSTRUCTION_NUMBER_DELTA; in addLiveRange()