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

  /art/compiler/dex/
inline_method_analyser.h 112 static constexpr uint16_t IGetVariant(Instruction::Code opcode) {
inline_method_analyser.cc 414 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET) ==
416 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE) ==
418 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) ==
420 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BOOLEAN) ==
422 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BYTE) ==
424 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) ==
426 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
628 data->op_variant = IGetVariant(opcode);

Completed in 100 milliseconds