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

/art/runtime/
H A Ddex_instruction_utils.h56 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { function in namespace:art
131 DCHECK(IsInstructionInvoke(opcode));
138 DCHECK(IsInstructionInvoke(opcode));

Completed in 357 milliseconds