Searched refs:invokeCustom (Results 1 – 2 of 2) sorted by relevance
69 InvokeCustom invokeCustom = current.asInvokeCustom(); in rewrite() local70 DexCallSite callSite = invokeCustom.getCallSite(); in rewrite()87 InvokeCustom newInvokeCustom = new InvokeCustom(newCallSite, invokeCustom.outValue(), in rewrite()88 invokeCustom.inValues()); in rewrite()
218 public void invokeCustom() throws Throwable { in invokeCustom() method in RunExamplesAndroidOTest