OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_CONDITIONAL_BRANCHES
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java
436
boolean [] CONDITIONAL_BRANCHES = clinit.
_CONDITIONAL_BRANCHES
;
447
static final boolean []
_CONDITIONAL_BRANCHES
;
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
...]
/external/emma/lib/
emma.jar
Completed in 571 milliseconds