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

/art/runtime/
H A Ddex_instruction_utils.h92 constexpr bool IsInstructionIGet(Instruction::Code code) { function in namespace:art
157 DCHECK(IsInstructionIGet(code));
/art/runtime/quick/
H A Dinline_method_analyser.cc397 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET), "iget type");
398 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_WIDE), "iget_wide type");
399 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT),
401 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BOOLEAN),
403 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BYTE), "iget_byte type");
404 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR), "iget_char type");
405 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
600 DCHECK(IsInstructionIGet(opcode));
H A Dinline_method_analyser.h224 static constexpr bool IsInstructionIGet(Instruction::Code opcode) { function in class:art::InlineMethodAnalyser

Completed in 54 milliseconds