Searched defs:firstArgumentRegister (Results 1 – 9 of 9) sorted by relevance
/external/r8/src/main/java/com/android/tools/r8/code/ |
D | InvokeSuperRange.java | 22 public InvokeSuperRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeSuperRange()
|
D | InvokeStaticRange.java | 22 public InvokeStaticRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeStaticRange()
|
D | InvokeDirectRange.java | 22 public InvokeDirectRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeDirectRange()
|
D | InvokeInterfaceRange.java | 22 public InvokeInterfaceRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeInterfaceRange()
|
D | InvokeVirtualRange.java | 22 public InvokeVirtualRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeVirtualRange()
|
D | InvokePolymorphicRange.java | 25 int firstArgumentRegister, int argumentCount, DexMethod method, DexProto proto) { in InvokePolymorphicRange()
|
D | InvokeCustomRange.java | 21 public InvokeCustomRange(int firstArgumentRegister, int argumentCount, DexCallSite callSite) { in InvokeCustomRange()
|
D | Format3rc.java | 28 Format3rc(int firstArgumentRegister, int argumentCount, IndexedDexItem dexItem) { in Format3rc()
|
D | Format4rcc.java | 33 Format4rcc(int firstArgumentRegister, int argumentCount, DexMethod method, DexProto proto) { in Format4rcc()
|