Searched refs:isInvokeCustom (Results 1 – 6 of 6) sorted by relevance
74 return other.isInvokeCustom() && callSite == other.asInvokeCustom().callSite; in identicalNonValueParts()79 assert other.isInvokeCustom(); in compareNonValueParts()84 public boolean isInvokeCustom() { in isInvokeCustom() method in InvokeCustom
74 assert template.isInvokeCustom(); in createFromTemplate()
777 public boolean isInvokeCustom() { in isInvokeCustom() method in Instruction
139 if (instruction.isInvokeCustom()) { in desugarLambdas()267 assert instructions.peekPrevious().isInvokeCustom(); in patchInstruction()
98 if (instruction.isInvokeCustom()) { in rewriteMethodReferences()
68 if (current.isInvokeCustom()) { in rewrite()