Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h136 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType() function
/art/compiler/dex/
Dmir_analysis.cc1381 invoke_type_idx = InvokeInstructionType(mir->dalvikInsn.opcode); in DoCacheMethodLoweringInfo()