Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/opcodes/
DIOpcodes.java436 boolean [] CONDITIONAL_BRANCHES = clinit._CONDITIONAL_BRANCHES;
447 static final boolean [] _CONDITIONAL_BRANCHES; field in IOpcodes.clinit
458 _CONDITIONAL_BRANCHES = new boolean [opcodeCount];
460 _CONDITIONAL_BRANCHES [_ifeq] = true;
461 _CONDITIONAL_BRANCHES [_iflt] = true;
462 _CONDITIONAL_BRANCHES [_ifle] = true;
463 _CONDITIONAL_BRANCHES [_ifne] = true;
464 _CONDITIONAL_BRANCHES [_ifgt] = true;
465 _CONDITIONAL_BRANCHES [_ifge] = true;
466 _CONDITIONAL_BRANCHES [_ifnull] = true;
[all …]