Home
last modified time | relevance | path

Searched refs:IsInstructionIGet (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.cc398 static_assert(IsInstructionIGet(Instruction::IGET));
399 static_assert(IsInstructionIGet(Instruction::IGET_WIDE));
400 static_assert(IsInstructionIGet(Instruction::IGET_OBJECT));
401 static_assert(IsInstructionIGet(Instruction::IGET_BOOLEAN));
402 static_assert(IsInstructionIGet(Instruction::IGET_BYTE));
403 static_assert(IsInstructionIGet(Instruction::IGET_CHAR));
404 static_assert(IsInstructionIGet(Instruction::IGET_SHORT));
552 DCHECK(IsInstructionIGet(opcode)); in AnalyseIGetMethod()
/art/libdexfile/dex/
Ddex_instruction_utils.h87 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet() function
140 DCHECK(IsInstructionIGet(code)); in IGetMemAccessType()