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

  /art/libdexfile/dex/
dex_instruction_utils.h 58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) {
  /art/compiler/dex/
inline_method_analyser.cc 191 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u;

Completed in 2970 milliseconds