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 114 static constexpr uint16_t IGetVariant(Instruction::Code opcode) {
inline_method_analyser.cc 417 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET) ==
419 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE) ==
421 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) ==
423 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BOOLEAN) ==
425 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BYTE) ==
427 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) ==
429 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
630 data->op_variant = IGetVariant(opcode);

Completed in 526 milliseconds