Searched refs:StubGenerator (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86_32.hpp38 friend class StubGenerator;
H A DstubRoutines_x86_64.hpp40 friend class StubGenerator;
H A DstubGenerator_x86_32.cpp57 // Declaration and definition of StubGenerator (no .hpp file).
93 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
2955 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
2966 StubGenerator g(code, all);
H A DstubGenerator_x86_64.cpp57 // Declaration and definition of StubGenerator (no .hpp file).
91 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
3824 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
3834 StubGenerator g(code, all);
H A Dassembler_x86.hpp453 friend class StubGenerator;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp48 friend class StubGenerator;
H A DstubGenerator_sparc.cpp51 // Declaration and definition of StubGenerator (no .hpp file).
88 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
1125 typedef void (StubGenerator::*CopyLoopFunc)(Register from, Register to, Register count, int count_dec,
3438 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
3493 StubGenerator g(code, all);
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.hpp76 friend class StubGenerator;
H A DstubRoutines.hpp101 friend class StubGenerator;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp53 // Declaration and definition of StubGenerator (no .hpp file).
57 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
236 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
246 StubGenerator g(code, all);
/openjdk7/corba/make/com/sun/corba/se/rmi/rmic/
H A DSUN_RMI_RMIC_IIOP_java.gmk61 sun/rmi/rmic/iiop/StubGenerator.java \
/openjdk7/corba/make/sun/rmi/rmic/
H A DFILES.gmk53 sun/rmi/rmic/iiop/StubGenerator.java \
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java60 public class StubGenerator extends sun.rmi.rmic.iiop.Generator { class in inherits:sun.rmi.rmic.iiop.Generator
85 public StubGenerator() { method in class:StubGenerator
1528 throw new CompilerError("iiop.StubGenerator: No remote interfaces!");

Completed in 83 milliseconds