Home
last modified time | relevance | path

Searched refs:native_call (Results 1 – 25 of 107) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
123 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
123 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
123 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
119 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
119 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
123 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
119 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp63 void bang_stack_shadow_pages(bool native_call);
111 void generate_fixed_frame(bool native_call);
123 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { in at() argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call)); in at()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcompiledIC.hpp322 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
366 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { in compiledStaticCall_at() argument
367 CompiledStaticCall* st = (CompiledStaticCall*)native_call; in compiledStaticCall_at()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcompiledIC.hpp322 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
366 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { in compiledStaticCall_at() argument
367 CompiledStaticCall* st = (CompiledStaticCall*)native_call; in compiledStaticCall_at()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.hpp32 void generate_fixed_frame(bool native_call);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.hpp30 void generate_fixed_frame(bool native_call);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.hpp30 void generate_fixed_frame(bool native_call);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.hpp32 void generate_fixed_frame(bool native_call);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.hpp30 void generate_fixed_frame(bool native_call); // template interpreter only
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.hpp30 void generate_fixed_frame(bool native_call); // template interpreter only
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator/
H A DGObjectVM.cs203 string native_call = "this.Handle"; in GenerateUnmanagedInvocation_managed()
205 native_call += ", " + Body.GetCallString (false); in GenerateUnmanagedInvocation_managed()
222 sw.WriteLine ("unmanaged ({0});", native_call); in GenerateUnmanagedInvocation_managed()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.hpp41 …void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals…

12345