Searched refs:IsInstructionIPut (Results 1 – 3 of 3) sorted by relevance
126 return IsInstructionIPut(instruction_->Opcode()) && in IPutOnThis()215 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()355 DCHECK(IsInstructionIPut(instruction->Opcode())); in DoAnalyseConstructor()406 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT), "iput type");407 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE), "iput_wide type");408 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),410 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BOOLEAN),412 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BYTE), "iput_byte type");413 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR), "iput_char type");414 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");[all …]
108 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { in IsInstructionIPut() function
96 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function155 DCHECK(IsInstructionIPut(code)); in IPutMemAccessType()