Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc118 return IsInstructionDirectConst(instruction_->Opcode()) && in Const0()
188 DCHECK(IsInstructionDirectConst(const0->Opcode())); in GetZeroVRegMask()
351 } else if (IsInstructionDirectConst(instruction.Opcode())) { in DoAnalyseConstructor()
/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst() function