HomeSort by relevance Sort by last modified time
    Searched refs:IsInstructionIPut (Results 1 - 2 of 2) sorted by null

  /art/runtime/quick/
inline_method_analyser.cc 53 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT),
55 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE),
57 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),
59 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BOOLEAN),
61 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BYTE),
63 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR),
65 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT),
267 DCHECK(IsInstructionIPut(opcode));
inline_method_analyser.h 159 static constexpr bool IsInstructionIPut(Instruction::Code opcode) {

Completed in 372 milliseconds