Searched refs:asInvokeCustom (Results 1 – 6 of 6) sorted by relevance
74 return other.isInvokeCustom() && callSite == other.asInvokeCustom().callSite; in identicalNonValueParts()88 public InvokeCustom asInvokeCustom() { in asInvokeCustom() method in InvokeCustom
75 InvokeCustom custom = template.asInvokeCustom(); in createFromTemplate()
781 public InvokeCustom asInvokeCustom() { in asInvokeCustom() method in Instruction
141 instruction.asInvokeCustom().getCallSite()); in desugarLambdas()270 InvokeCustom invoke = instructions.previous().asInvokeCustom(); in patchInstruction()
101 DexCallSite callSite = instruction.asInvokeCustom().getCallSite(); in rewriteMethodReferences()
69 InvokeCustom invokeCustom = current.asInvokeCustom(); in rewrite()