Home
last modified time | relevance | path

Searched defs:native_call (Results 1 – 25 of 84) sorted by relevance

1234

/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()
/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()
/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()
/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()
/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()
/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()
/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()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp469 void AbstractInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp469 void AbstractInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcompiledIC.hpp366 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { in compiledStaticCall_at()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcompiledIC.hpp366 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { in compiledStaticCall_at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcompiledIC.hpp400 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledIC.hpp406 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcompiledIC.hpp422 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledIC.hpp406 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcompiledIC.hpp425 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcompiledIC.hpp422 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcompiledIC.hpp425 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcompiledIC.hpp425 static inline CompiledDirectStaticCall* at(address native_call) { in at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp615 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
715 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp658 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
759 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp684 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
1080 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DtemplateInterpreterGenerator_arm.cpp630 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
706 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DtemplateInterpreterGenerator_sparc.cpp684 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
1080 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DtemplateInterpreterGenerator_x86.cpp658 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { in generate_fixed_frame()
759 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { in bang_stack_shadow_pages()

1234