Searched refs:asInvoke (Results 1 – 7 of 7) sorted by relevance
253 if (isInvokeDirect() && !asInvokeDirect().sameConstructorReceiverValue(other.asInvoke())) { in identicalAfterRegisterAllocation()510 public Invoke asInvoke() { in asInvoke() method in Instruction
232 public Invoke asInvoke() { in asInvoke() method
343 Invoke invoke = invokeBlock.getInstructions().getFirst().asInvoke(); in inlineInvoke()
525 && instruction.asInvoke().getType() != Type.STATIC in includeInstruction()526 && instruction.asInvoke().getType() != Type.CUSTOM) { in includeInstruction()539 if (instruction.asInvoke().getType() == Type.POLYMORPHIC) { in includeInstruction()883 Invoke templateInvoke = template.asInvoke(); in buildInstruction()
830 if (current.isInvoke() && current.asInvoke().requiredArgumentRegisters() > 5) { in splitRangedInvokeConstants()831 Invoke invoke = current.asInvoke(); in splitRangedInvokeConstants()
1992 generateArgumentMoves(instruction.asInvoke(), it); in insertArgumentMoves()
1110 Invoke invoke = instructions.get(instructions.size() - 1).asInvoke();