Searched refs:instruction_compatible (Results 1 – 1 of 1) sorted by relevance
4482 bool instruction_compatible; in VerifyPrimitivePut() local4486 instruction_compatible = target_type.Equals(insn_type); in VerifyPrimitivePut()4489 instruction_compatible = insn_type.IsInteger(); // no put-float, so expect put-int in VerifyPrimitivePut()4492 instruction_compatible = insn_type.IsLong(); in VerifyPrimitivePut()4495 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()4502 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long in VerifyPrimitivePut()4505 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()4512 instruction_compatible = false; // reference with primitive store in VerifyPrimitivePut()4515 if (!instruction_compatible) { in VerifyPrimitivePut()