Searched refs:withRegisters (Results 1 - 25 of 30) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCodeAddress.java42 public final DalvInsn withRegisters(RegisterSpecList registers) { method in class:CodeAddress
H A DSimpleInsn.java50 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:SimpleInsn
H A DVariableSizeInsn.java47 return withRegisters(getRegisters().withOffset(delta));
H A DZeroSizeInsn.java60 return withRegisters(getRegisters().withOffset(delta));
H A DFixedSizeInsn.java64 return withRegisters(getRegisters().withOffset(delta));
H A DLocalEnd.java65 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalEnd
H A DLocalStart.java73 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalStart
H A DOddSpacer.java56 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:OddSpacer
H A DCstInsn.java86 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:CstInsn
H A DLocalSnapshot.java58 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalSnapshot
H A DTargetInsn.java60 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:TargetInsn
H A DHighRegisterPrefix.java101 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:HighRegisterPrefix
/dalvik/dx/src/com/android/dx/dex/code/
H A DCodeAddress.java58 public final DalvInsn withRegisters(RegisterSpecList registers) { method in class:CodeAddress
H A DSimpleInsn.java50 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:SimpleInsn
H A DVariableSizeInsn.java47 return withRegisters(getRegisters().withOffset(delta));
H A DZeroSizeInsn.java60 return withRegisters(getRegisters().withOffset(delta));
H A DFixedSizeInsn.java65 return withRegisters(getRegisters().withOffset(delta));
H A DLocalEnd.java65 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalEnd
H A DLocalStart.java73 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalStart
H A DOddSpacer.java57 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:OddSpacer
H A DCstInsn.java86 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:CstInsn
H A DLocalSnapshot.java58 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:LocalSnapshot
H A DTargetInsn.java60 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:TargetInsn
H A DHighRegisterPrefix.java100 public DalvInsn withRegisters(RegisterSpecList registers) { method in class:HighRegisterPrefix
H A DDalvInsn.java248 return withRegisters(regs);
312 return withRegisters(regs);
425 public abstract DalvInsn withRegisters(RegisterSpecList registers); method in class:DalvInsn

Completed in 179 milliseconds

12