HomeSort by relevance Sort by last modified time
    Searched refs:opcodeCount (Results 1 - 3 of 3) 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...]
  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 150 long long opcodeCount = opcodeCounts[index];
151 double opcodeProportion = ((double) opcodeCount) / ((double) totalInstructions);
154 printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCount, opcodeProportion * 100.0);
  /external/emma/lib/
emma.jar 

Completed in 203 milliseconds