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

/art/runtime/quick/
H A Dinline_method_analyser.cc126 return IsInstructionIPut(instruction_->Opcode()) &&
215 DCHECK(IsInstructionIPut(new_iput->Opcode()));
354 DCHECK(IsInstructionIPut(instruction->Opcode()));
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(Instructio
[all...]
H A Dinline_method_analyser.h228 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { function in class:art::InlineMethodAnalyser
/art/runtime/
H A Ddex_instruction_utils.h96 constexpr bool IsInstructionIPut(Instruction::Code code) { function in namespace:art
164 DCHECK(IsInstructionIPut(code));

Completed in 310 milliseconds