|
Java Class Encryption and License Management
Create evaluation versions, host- and user based licenses using the same installation package. FREE evaluation version available. www.jsecurity.net |
#include <bytecodeHistogram.hpp>

Static Public Member Functions | |
| static void | reset () PRODUCT_RETURN |
| static void | print (float cutoff=0.01F) PRODUCT_RETURN |
Private Member Functions | |
| NOT_PRODUCT (static int _counters[Bytecodes::number_of_codes];) friend class AbstractInterpreterGenerator | |
Friends | |
| class | InterpreterGenerator |
Definition at line 57 of file bytecodeHistogram.hpp.
| BytecodeHistogram.NOT_PRODUCT | ( | static int _counters; | [Bytecodes::number_of_codes] | ) | [private] |
| void BytecodeHistogram::print | ( | float | cutoff = 0.01F |
) | [static] |
Definition at line 118 of file bytecodeHistogram.cpp.
References GrowableArray< E >.at(), HistoEntry.count(), outputStream.cr(), HistoEntry.index(), GrowableArray< E >.length(), Bytecodes.number_of_codes, and outputStream.print_cr().
| void BytecodeHistogram::reset | ( | void | ) | [static] |
Definition at line 112 of file bytecodeHistogram.cpp.
References Bytecodes.number_of_codes.
Referenced by AbstractInterpreter.initialize().
friend class InterpreterGenerator [friend] |
Definition at line 62 of file bytecodeHistogram.hpp.
