Home
last modified time | relevance | path

Searched refs:k_BL (Results 1 – 2 of 2) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Dforeign_globals.cpp81 InstanceKlass* k_BL = find_InstanceKlass(FOREIGN_ABI "BufferLayout", current_thread); in ForeignGlobals() local
82 BL.size_offset = field_offset(k_BL, "size", vmSymbols::long_signature()); in ForeignGlobals()
83 …BL.arguments_next_pc_offset = field_offset(k_BL, "arguments_next_pc", vmSymbols::long_signature()); in ForeignGlobals()
84 BL.stack_args_bytes_offset = field_offset(k_BL, "stack_args_bytes", vmSymbols::long_signature()); in ForeignGlobals()
85 BL.stack_args_offset = field_offset(k_BL, "stack_args", vmSymbols::long_signature()); in ForeignGlobals()
86 …BL.input_type_offsets_offset = field_offset(k_BL, "input_type_offsets", vmSymbols::long_array_sign… in ForeignGlobals()
87 …BL.output_type_offsets_offset = field_offset(k_BL, "output_type_offsets", vmSymbols::long_array_si… in ForeignGlobals()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A Dforeign_globals.cpp86 InstanceKlass* k_BL = find_InstanceKlass(FOREIGN_ABI "BufferLayout", current_thread); in ForeignGlobals() local
87 BL.size_offset = field_offset(k_BL, "size", vmSymbols::long_signature()); in ForeignGlobals()
88 …BL.arguments_next_pc_offset = field_offset(k_BL, "arguments_next_pc", vmSymbols::long_signature()); in ForeignGlobals()
89 BL.stack_args_bytes_offset = field_offset(k_BL, "stack_args_bytes", vmSymbols::long_signature()); in ForeignGlobals()
90 BL.stack_args_offset = field_offset(k_BL, "stack_args", vmSymbols::long_signature()); in ForeignGlobals()
91 …BL.input_type_offsets_offset = field_offset(k_BL, "input_type_offsets", vmSymbols::long_array_sign… in ForeignGlobals()
92 …BL.output_type_offsets_offset = field_offset(k_BL, "output_type_offsets", vmSymbols::long_array_si… in ForeignGlobals()