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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp139 StubCodeMark::StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name) { function in class:StubCodeMark
147 StubCodeMark::~StubCodeMark() {
H A DstubCodeGenerator.hpp62 friend class StubCodeMark;
109 virtual void stub_prolog(StubCodeDesc* cdesc); // called by StubCodeMark constructor
110 virtual void stub_epilog(StubCodeDesc* cdesc); // called by StubCodeMark destructor
115 // All stub code generating functions that use a StubCodeMark will be registered
119 class StubCodeMark: public StackObj { class in inherits:StackObj
125 StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name);
126 ~StubCodeMark();

Completed in 38 milliseconds