< prev index next > src/hotspot/cpu/zero/foreign_globals_zero.cpp
Print this page
const ABIDescriptor ForeignGlobals::parse_abi_descriptor_impl(jobject jabi) const {
ShouldNotCallThis();
return {};
}
- const BufferLayout ForeignGlobals::parse_buffer_layout_impl(jobject jlayout) const {
+ const CallRegs ForeignGlobals::parse_call_regs_impl(jobject jconv) const {
ShouldNotCallThis();
return {};
}
- const CallRegs ForeignGlobals::parse_call_regs_impl(jobject jconv) const {
- ShouldNotCallThis();
- return {};
+ VMReg ForeignGlobals::vmstorage_to_vmreg(int type, int index) {
+ Unimplemented();
+ return VMRegImpl::Bad();
}
< prev index next >