Searched refs:native_call (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.hpp54 static inline CompiledPltStaticCall* at(address native_call) { argument
55 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_at(native_call));
/openjdk10/hotspot/src/share/vm/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);
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp409 static inline CompiledDirectStaticCall* at(address native_call) { argument
410 CompiledDirectStaticCall* st = new CompiledDirectStaticCall(nativeCall_at(native_call));
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp985 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
1022 if (native_call) {
1057 // !native_call
1115 if (!native_call) {
1182 // native_call: assert that mdo == NULL
1183 const bool check_for_mdo = !native_call DEBUG_ONLY(|| native_call);
1189 DEBUG_ONLY(if (native_call) __ stop("native methods don't have a mdo"));
1196 if (native_call) {
1224 if (!native_call) {
2131 bang_stack_shadow_pages(bool native_call) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp680 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
721 (native_call ? frame::interpreter_frame_extra_outgoing_argument_words : 0);
742 if (native_call) {
799 if (native_call) {
1114 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { argument
1129 const int start_page = native_call ? n_shadow_pages : 1;
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateInterpreterGenerator_arm.cpp477 // profile_method != NULL == !native_call
636 // R11 = max expr. stack (in slots), if !native_call
641 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
670 if (native_call) {
678 if (native_call) {
717 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
742 if (native_call) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp993 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals) { argument
1003 if (native_call) {
1038 // Enlarge by locals-parameters (not in case of native_call), shrink by ESP-SP-ABI48.
1040 if (!native_call) {
1065 if (native_call) {
1105 if (native_call) {
1224 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { argument
1239 const int start_page = native_call ? n_shadow_pages : 1;
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp436 // profile_method != NULL == !native_call
653 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
682 if (native_call) {
787 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { argument
802 const int start_page = native_call ? n_shadow_pages : 1;
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp614 // profile_method != NULL == !native_call
817 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
819 if (native_call) {
860 if (! native_call) {
1069 void TemplateInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { argument
1075 const int start_page = native_call ? n_shadow_pages : 1;
/openjdk10/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4179 Node* native_call = makecon(native_call_addr); local
4180 Node* chk_native = _gvn.transform(new CmpPNode(target_call, native_call));

Completed in 195 milliseconds