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

/openjdk10/hotspot/src/cpu/arm/vm/
H A DstubRoutines_arm.hpp38 friend class StubGenerator;
H A DstubGenerator_arm.cpp45 // Declaration and definition of StubGenerator (no .hpp file).
175 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
4500 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) {
4510 StubGenerator g(code, all);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp48 friend class StubGenerator;
H A DstubGenerator_sparc.cpp44 // Declaration and definition of StubGenerator (no .hpp file).
67 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
930 typedef void (StubGenerator::*CopyLoopFunc)(Register from, Register to, Register count, int count_dec,
934 int iter_size, StubGenerator::CopyLoopFunc copy_loop_func) {
1087 disjoint_copy_core(from, to, count, log2_elem_size, 16, &StubGenerator::copy_16_bytes_shift_loop);
1925 disjoint_copy_core(from, to, count, 2, 16, &StubGenerator::copy_16_bytes_loop);
2206 disjoint_copy_core(from64, to64, count, 3, 64, &StubGenerator::copy_64_bytes_loop);
5080 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
5133 StubGenerator g(code, all);
/openjdk10/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.hpp47 friend class StubGenerator;
H A DstubRoutines.hpp86 friend class StubGenerator;
/openjdk10/hotspot/src/cpu/s390/vm/
H A DstubRoutines_s390.hpp59 friend class StubGenerator;
H A DstubGenerator_s390.cpp43 // Declaration and definition of StubGenerator (no .hpp file).
59 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
581 __ unimplemented("StubGenerator::throw_exception", 74);
2506 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
2553 StubGenerator g(code, all);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DstubRoutines_ppc.hpp52 friend class StubGenerator;
H A DstubGenerator_ppc.cpp57 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
545 __ unimplemented("StubGenerator::throw_exception with restore_saved_exception_pc", 74);
3520 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
3532 StubGenerator g(code, all);
/openjdk10/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp59 // Declaration and definition of StubGenerator (no .hpp file).
63 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
290 StubRoutines::_safefetch32_entry = CAST_FROM_FN_PTR(address, StubGenerator::SafeFetch32);
294 StubRoutines::_safefetchN_entry = CAST_FROM_FN_PTR(address, StubGenerator::SafeFetchN);
300 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
310 StubGenerator g(code, all);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DstubRoutines_aarch64.hpp48 friend class StubGenerator;
H A DstubGenerator_aarch64.cpp51 // Declaration and definition of StubGenerator (no .hpp file).
69 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
4973 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) {
4983 StubGenerator g(code, all);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86.hpp40 friend class StubGenerator;
H A DstubGenerator_x86_32.cpp45 // Declaration and definition of StubGenerator (no .hpp file).
66 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
3972 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
3983 StubGenerator g(code, all);
H A DstubGenerator_x86_64.cpp45 // Declaration and definition of StubGenerator (no .hpp file).
64 class StubGenerator: public StubCodeGenerator { class in inherits:StubCodeGenerator
5203 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { function in class:StubGenerator
5213 StubGenerator g(code, all);
H A Dassembler_x86.hpp454 friend class StubGenerator;
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java64 public class StubGenerator extends sun.rmi.rmic.iiop.Generator { class in inherits:sun.rmi.rmic.iiop.Generator
90 public StubGenerator() { method in class:StubGenerator
1630 throw new CompilerError("iiop.StubGenerator: No remote interfaces!");

Completed in 285 milliseconds