Searched refs:JarSourceCode (Results 1 – 3 of 3) sorted by relevance
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | JarCode.java | 9 import com.android.tools.r8.ir.conversion.JarSourceCode; 84 JarSourceCode source = new JarSourceCode(clazz, node, application); in buildIR() 92 JarSourceCode source = new JarSourceCode(clazz, node, application); in buildIR()
|
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | JarState.java | 6 import static com.android.tools.r8.ir.conversion.JarSourceCode.getArrayElementType; 368 public boolean recordStateForTarget(int target, JarSourceCode source) { in recordStateForTarget() 372 public boolean recordStateForExceptionalTarget(int target, JarSourceCode source) { in recordStateForExceptionalTarget() 377 JarSourceCode source) { in recordStateForTarget()
|
D | JarSourceCode.java | 72 public class JarSourceCode implements SourceCode { class 83 public TryCatchBlock(TryCatchBlockNode node, JarSourceCode code) { in TryCatchBlock() 169 public JarSourceCode(DexType clazz, MethodNode node, JarApplicationReader application) { 244 Log.debug(JarSourceCode.class, "Computing blocks for:\n" + toString()); in setUp()
|