Searched defs:StubCodeDesc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp34 // A StubCodeDesc describes a piece of generated code (usually stubs).
39 class StubCodeDesc: public CHeapObj<mtCode> { class in inherits:CHeapObj
41 static StubCodeDesc* _list; // the list of all descriptors
44 StubCodeDesc* _next; // the next element in the linked list
66 static StubCodeDesc* desc_for(address pc); // returns the code descriptor for the code containing pc or NULL
67 static StubCodeDesc* desc_for_index(int); // returns the code descriptor for the index or NULL
70 StubCodeDesc(const char* group, const char* name, address begin) { function in class:StubCodeDesc
99 StubCodeDesc* _first_stub;
100 StubCodeDesc* _last_stub;
109 virtual void stub_prolog(StubCodeDesc* cdes
[all...]

Completed in 65 milliseconds