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

/openjdk9/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp139 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp331 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp424 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp362 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
H A DsharedRuntime_x86_64.cpp398 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp490 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp549 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp206 void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destination) { function in class:SharedRuntime

Completed in 264 milliseconds