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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp81 // Implementation of StubCodeGenerator
83 StubCodeGenerator::StubCodeGenerator(CodeBuffer* code, bool print_code) { function in class:StubCodeGenerator
97 StubCodeGenerator::~StubCodeGenerator() {
125 void StubCodeGenerator::stub_prolog(StubCodeDesc* cdesc) {
130 void StubCodeGenerator::stub_epilog(StubCodeDesc* cdesc) {
139 StubCodeMark::StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name) {
H A DstubCodeGenerator.hpp63 friend class StubCodeGenerator;
95 class StubCodeGenerator: public StackObj { class in inherits:StackObj
104 StubCodeGenerator(CodeBuffer* code, bool print_code = false);
105 ~StubCodeGenerator();
121 StubCodeGenerator* _cgen;
125 StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name);

Completed in 30 milliseconds