Home
last modified time | relevance | path

Searched refs:IsInstructionConstWide (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide() function
/art/compiler/dex/
Dinline_method_analyser.cc191 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u; in GetZeroVRegMask()