Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java403 int rawPtr = 2; in readSwitchInstruction() local
405 int targetsSize = (int) RawInsnHelper.getUnsignedShortFromTwoBytes(dataInsn.rawBytes, rawPtr); in readSwitchInstruction()
406 rawPtr += 2; in readSwitchInstruction()
415 keys[0] = (int) RawInsnHelper.getUnsignedIntFromFourBytes(dataInsn.rawBytes, rawPtr); in readSwitchInstruction()
416 rawPtr += 4; in readSwitchInstruction()
426 rawPtr); in readSwitchInstruction()
427 rawPtr += 4; in readSwitchInstruction()
434 rawPtr); in readSwitchInstruction()
435 rawPtr += 4; in readSwitchInstruction()
478 int rawPtr = 2; in updateSwitchInstruction() local
[all …]