Searched refs:instruction_compatible (Results 1 – 1 of 1) sorted by relevance
3578 bool instruction_compatible; in VerifyPrimitivePut() local3582 instruction_compatible = target_type.Equals(insn_type); in VerifyPrimitivePut()3585 instruction_compatible = insn_type.IsInteger(); // no put-float, so expect put-int in VerifyPrimitivePut()3588 instruction_compatible = insn_type.IsLong(); in VerifyPrimitivePut()3591 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()3598 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long in VerifyPrimitivePut()3601 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()3608 instruction_compatible = false; // reference with primitive store in VerifyPrimitivePut()3611 if (!instruction_compatible) { in VerifyPrimitivePut()3934 bool instruction_compatible; in VerifyQuickFieldAccess() local[all …]