Home
last modified time | relevance | path

Searched defs:new_opcode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc45 void DecompileInstanceFieldAccess(Instruction* inst, Instruction::Code new_opcode) { in DecompileInstanceFieldAccess()
51 void DecompileInvokeVirtual(Instruction* inst, Instruction::Code new_opcode, bool is_range) { in DecompileInvokeVirtual()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc428 Instruction::Code new_opcode, in CompileInstanceFieldAccess()
461 Instruction::Code new_opcode, in CompileInvokeVirtual()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc238 Instruction::Code new_opcode = opcode; in ProcessCodeItem() local