Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokeMethodWithReceiver.java9 public abstract class InvokeMethodWithReceiver extends InvokeMethod { class
13 InvokeMethodWithReceiver(DexMethod target, Value result, List<Value> arguments) { in InvokeMethodWithReceiver() method in InvokeMethodWithReceiver
31 public InvokeMethodWithReceiver asInvokeMethodWithReceiver() { in asInvokeMethodWithReceiver()
DInvokeInterface.java15 public class InvokeInterface extends InvokeMethodWithReceiver {
DInvokeVirtual.java15 public class InvokeVirtual extends InvokeMethodWithReceiver {
DInvokeDirect.java16 public class InvokeDirect extends InvokeMethodWithReceiver {
DInstruction.java765 public InvokeMethodWithReceiver asInvokeMethodWithReceiver() { in asInvokeMethodWithReceiver()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliningOracle.java12 import com.android.tools.r8.ir.code.InvokeMethodWithReceiver;
105 public InlineAction computeForInvokeWithReceiver(InvokeMethodWithReceiver invoke) { in computeForInvokeWithReceiver()