Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/opcodes/
DIOpcodes.java438 boolean [] UNCONDITIONAL_BRANCHES = clinit._UNCONDITIONAL_BRANCHES;
449 static final boolean [] _UNCONDITIONAL_BRANCHES; field in IOpcodes.clinit
484 _UNCONDITIONAL_BRANCHES = new boolean [opcodeCount];
486 _UNCONDITIONAL_BRANCHES [_goto] = true;
487 _UNCONDITIONAL_BRANCHES [_goto_w] = true;
488 _UNCONDITIONAL_BRANCHES [_jsr] = true;
489 _UNCONDITIONAL_BRANCHES [_jsr_w] = true;
490 _UNCONDITIONAL_BRANCHES [_ret] = true;
492 _UNCONDITIONAL_BRANCHES [_ireturn] = true;
493 _UNCONDITIONAL_BRANCHES [_lreturn] = true;
[all …]