|
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 <vtune.hpp>

Static Public Member Functions | |
| static void | create_nmethod (nmethod *nm) |
| static void | delete_nmethod (nmethod *nm) |
| static void | register_stub (const char *name, address start, address end) |
| static void | start_GC () |
| static void | end_GC () |
| static void | start_class_load () |
| static void | end_class_load () |
| static void | exit () |
Definition at line 30 of file vtune.hpp.
| void VTune::create_nmethod | ( | nmethod * | nm | ) | [static] |
| void VTune::delete_nmethod | ( | nmethod * | nm | ) | [static] |
| void VTune::end_class_load | ( | ) | [static] |
Definition at line 36 of file vtune_linux.cpp.
Referenced by VTuneClassLoadMarker.~VTuneClassLoadMarker().
| void VTune::end_GC | ( | ) | [static] |
| void VTune::exit | ( | ) | [static] |
Definition at line 37 of file vtune_linux.cpp.
| void VTune::register_stub | ( | const char * | name, | |
| address | start, | |||
| address | end | |||
| ) | [static] |
Definition at line 38 of file vtune_linux.cpp.
Referenced by SafepointBlob.create(), DeoptimizationBlob.create(), AdapterHandlerLibrary.get_create_adapter_index(), RuntimeStub.new_runtime_stub(), VtableStub.operator new(), and StubCodeMark.~StubCodeMark().
| void VTune::start_class_load | ( | ) | [static] |
Definition at line 35 of file vtune_linux.cpp.
Referenced by VTuneClassLoadMarker.VTuneClassLoadMarker().
| void VTune::start_GC | ( | ) | [static] |
