Searched refs:IsInstructionIPut (Results 1 – 3 of 3) sorted by relevance
45 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT), "iput type");46 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE), "iput_wide type");47 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),49 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BOOLEAN),51 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BYTE), "iput_byte type");52 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR), "iput_char type");53 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");266 DCHECK(IsInstructionIPut(opcode)); in AnalyseIPutMethod()
166 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { in IsInstructionIPut() function
86 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function154 DCHECK(IsInstructionIPut(opcode)); in IPutMemAccessType()