Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc51 void DecompileInvokeVirtual(Instruction* inst, Instruction::Code new_opcode, bool is_range) { in DecompileInvokeVirtual() function in art::optimizer::DexDecompiler
170 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL, false); in Decompile()
174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true); in Decompile()