Home
last modified time | relevance | path

Searched refs:IsInstructionIPut (Results 1 – 3 of 3) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.cc45 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()
Dinline_method_analyser.h166 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { in IsInstructionIPut() function
/art/runtime/
Ddex_instruction_utils.h86 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function
154 DCHECK(IsInstructionIPut(opcode)); in IPutMemAccessType()