< prev index next > src/hotspot/cpu/aarch64/gc/z/zBarrierSetAssembler_aarch64.cpp
Print this page
DecoratorSet decorators,
BasicType type,
Address dst,
Register val,
Register tmp1,
! Register tmp2) {
// Verify value
if (is_reference_type(type)) {
// Note that src could be noreg, which means we
// are storing null and can skip verification.
if (val != noreg) {
DecoratorSet decorators,
BasicType type,
Address dst,
Register val,
Register tmp1,
! Register tmp2,
+ Register tmp3) {
// Verify value
if (is_reference_type(type)) {
// Note that src could be noreg, which means we
// are storing null and can skip verification.
if (val != noreg) {
< prev index next >