Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc125 return IsInstructionIPut(instruction_->Opcode()) && in IPutOnThis()
216 DCHECK(IsInstructionIPut(new_iput->Opcode())); in RecordConstructorIPut()
357 DCHECK(IsInstructionIPut(instruction.Opcode())); in DoAnalyseConstructor()
408 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT), "iput type");
409 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE), "iput_wide type");
410 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),
412 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BOOLEAN),
414 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BYTE), "iput_byte type");
415 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR), "iput_char type");
416 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");
[all …]
Dinline_method_analyser.h110 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { in IsInstructionIPut() function
/art/libdexfile/dex/
Ddex_instruction_utils.h96 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() function
155 DCHECK(IsInstructionIPut(code)); in IPutMemAccessType()
/art/runtime/interpreter/mterp/
Dnterp.cc372 /* is_put */ IsInstructionIPut(inst->Opcode())); in NterpGetInstanceFieldOffset()