HomeSort by relevance Sort by last modified time
    Searched refs:opcodeCount (Results 1 - 8 of 8) sorted by null

  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 456 final int opcodeCount = MNEMONICS.length;
458 _CONDITIONAL_BRANCHES = new boolean [opcodeCount];
478 _COMPOUND_CONDITIONAL_BRANCHES = new boolean [opcodeCount];
484 _UNCONDITIONAL_BRANCHES = new boolean [opcodeCount];
502 _BRANCHES = new boolean [opcodeCount];
504 for (int o = 0; o < opcodeCount; ++ o)
507 for (int o = 0; o < opcodeCount; ++ o)
510 for (int o = 0; o < opcodeCount; ++ o)
514 _NARROW_SIZE = new int [opcodeCount];
516 for (int o = 0; o < opcodeCount; ++ o) _NARROW_SIZE [o] = 1
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 127 int opcodeCount = Opcode.values().length;
131 newOpcode = Opcode.values()[rng.nextInt(opcodeCount)];
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 494 milliseconds