Searched defs:IsInstructionIPut (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dinline_method_analyser.h108 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { function in class:art::InlineMethodAnalyser
/art/runtime/
H A Ddex_instruction_utils.h96 constexpr bool IsInstructionIPut(Instruction::Code code) { function in namespace:art
155 DCHECK(IsInstructionIPut(code));

Completed in 41 milliseconds