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

/openjdk10/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp139 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp425 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp226 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp207 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp555 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp491 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp367 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
H A DsharedRuntime_x86_64.cpp403 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime

Completed in 210 milliseconds