Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc125 return IsInstructionIPut(instruction_->Opcode()) && in IPutOnThis()
215 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()
356 DCHECK(IsInstructionIPut(instruction.Opcode())); in DoAnalyseConstructor()
405 static_assert(IsInstructionIPut(Instruction::IPUT));
406 static_assert(IsInstructionIPut(Instruction::IPUT_WIDE));
407 static_assert(IsInstructionIPut(Instruction::IPUT_OBJECT));
408 static_assert(IsInstructionIPut(Instruction::IPUT_BOOLEAN));
409 static_assert(IsInstructionIPut(Instruction::IPUT_BYTE));
410 static_assert(IsInstructionIPut(Instruction::IPUT_CHAR));
411 static_assert(IsInstructionIPut(Instruction::IPUT_SHORT));
[all …]
/art/libdexfile/dex/
Ddex_instruction_utils.h91 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function
145 DCHECK(IsInstructionIPut(code)); in IPutMemAccessType()
/art/runtime/interpreter/mterp/
Dnterp.cc463 /*is_put=*/ IsInstructionIPut(opcode), in NterpGetInstanceFieldOffset()