Searched refs:Forte (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.hpp28 // Interface to Forte support.
30 class Forte : AllStatic { class in inherits:AllStatic
H A Dforte.cpp55 // Native interfaces for use by Forte tools.
468 // Forte Analyzer AsyncGetCallTrace() entry point. Currently supported
616 // Support for the Forte(TM) Peformance Tools collector.
645 void Forte::register_stub(const char* name, address start, address end) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp152 Forte::register_stub(_cdesc->name(), _cdesc->begin(), _cdesc->end());
H A DsharedRuntime.cpp2492 Forte::register_stub(blob_id, B->content_begin(), B->content_end());
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.cpp67 Forte::register_stub("vtable stub", _chunk, _chunk_end);
H A DcodeBlob.cpp169 Forte::register_stub(stub_id, stub->code_begin(), stub->code_end());
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp122 Forte::register_stub(

Completed in 611 milliseconds