| // Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| package com.android.tools.r8.ir.code; |
| import com.android.tools.r8.errors.Unreachable; |
| import com.android.tools.r8.graph.AppInfoWithSubtyping; |
| import com.android.tools.r8.graph.DexType; |
| import com.android.tools.r8.ir.optimize.Inliner.Constraint; |
| public class Pop extends Instruction { |
| public Pop(StackValue src) { |
| public boolean identicalNonValueNonPositionParts(Instruction other) { |
| public int compareNonValueParts(Instruction other) { |
| public int maxInValueRegister() { |
| public int maxOutValueRegister() { |
| public Constraint inliningConstraint(AppInfoWithSubtyping info, DexType holder) { |