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.java343 public static final int TYPICAL_STACK_SIZE = 16; field in ClassConstants
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java103 …essaryAfter = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][ClassConstants.TYPICAL_STACK_SIZE];
104 …plifiedBefore = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][ClassConstants.TYPICAL_STACK_SIZE];