Searched refs:IsInstructionIPut (Results 1 – 3 of 3) sorted by relevance
125 return IsInstructionIPut(instruction_->Opcode()) && in IPutOnThis()215 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()356 DCHECK(IsInstructionIPut(instruction.Opcode())); in DoAnalyseConstructor()405 static_assert(IsInstructionIPut(Instruction::IPUT));406 static_assert(IsInstructionIPut(Instruction::IPUT_WIDE));407 static_assert(IsInstructionIPut(Instruction::IPUT_OBJECT));408 static_assert(IsInstructionIPut(Instruction::IPUT_BOOLEAN));409 static_assert(IsInstructionIPut(Instruction::IPUT_BYTE));410 static_assert(IsInstructionIPut(Instruction::IPUT_CHAR));411 static_assert(IsInstructionIPut(Instruction::IPUT_SHORT));[all …]
91 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function145 DCHECK(IsInstructionIPut(code)); in IPutMemAccessType()
463 /*is_put=*/ IsInstructionIPut(opcode), in NterpGetInstanceFieldOffset()