Home
last modified time | relevance | path

Searched refs:TYPICAL_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/
DClassConstants.java254 public static final int TYPICAL_STACK_SIZE = 16; field
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java67 …ssaryAfter = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][ClassConstants.TYPICAL_STACK_SIZE];
68 …lifiedBefore = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][ClassConstants.TYPICAL_STACK_SIZE];