Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc44 inst->SetOpcode(new_opcode); in DecompileInstanceFieldAccess()
50 inst->SetOpcode(new_opcode); in DecompileInvokeVirtual()
65 inst->SetOpcode(Instruction::CHECK_CAST); in DecompileNop()
98 inst->SetOpcode(Instruction::RETURN_VOID); in Decompile()
Ddex_instruction.h471 void SetOpcode(Code opcode) { in SetOpcode() function
/art/compiler/dex/
Ddex_to_dex_compiler.cc225 inst->SetOpcode(Instruction::RETURN_VOID_NO_BARRIER); in CompileReturnVoid()
248 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
253 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
278 inst->SetOpcode(new_opcode); in CompileInstanceFieldAccess()
319 inst->SetOpcode(new_opcode); in CompileInvokeVirtual()