Searched refs:asInvokeMethod (Results 1 – 8 of 8) sorted by relevance
26 return method == other.asInvokeMethod().getInvokedMethod(); in identicalNonValueParts()31 return getInvokedMethod().slowCompareTo(other.asInvokeMethod().getInvokedMethod()); in compareNonValueParts()45 public InvokeMethod asInvokeMethod() { in asInvokeMethod() method in InvokeMethod
64 template.asInvokeMethod().getInvokedMethod(), in createFromTemplate()
757 public InvokeMethod asInvokeMethod() { in asInvokeMethod() method in Instruction
176 hashPart += instruction.asInvokeMethod().getInvokedMethod().hashCode(); in hashCode()274 builder.append(instruction.asInvokeMethod().getInvokedMethod().toSourceString()); in toString()418 InvokeMethod invoke = instruction.asInvokeMethod(); in canIncludeInstruction()527 InvokeMethod invoke = instruction.asInvokeMethod(); in includeInstruction()554 .add(instruction.asInvokeMethod().getInvokedMethod().proto.parameters.values[i]); in includeInstruction()567 instruction.asInvokeMethod().getInvokedMethod().proto.returnType); in includeInstruction()
127 InvokeMethod invoke = current.asInvokeMethod(); in rewriteWithConstantValues()
695 InvokeMethod invoke = current.asInvokeMethod(); in rewriteMoveResult()769 InvokeMethod invoke = current.asInvokeMethod(); in disableAssertions()1339 DexMethod invokedMethod = current.asInvokeMethod().getInvokedMethod();1376 DexMethod invokedMethod = current.asInvokeMethod().getInvokedMethod();
267 InvokeMethod invoke = current.asInvokeMethod(); in performInlining()
92 InvokeMethod invoke = current.asInvokeMethod(); in rewrite()