Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc46 inst->SetOpcode(new_opcode); in DecompileInstanceFieldAccess()
55 inst->SetOpcode(new_opcode); in DecompileInvokeVirtual()
74 inst->SetOpcode(Instruction::CHECK_CAST); in DecompileNop()
112 inst->SetOpcode(Instruction::RETURN_VOID); in Decompile()
Ddex_instruction.h456 void SetOpcode(Code opcode) { in SetOpcode() function
/art/compiler/dex/
Ddex_to_dex_compiler.cc215 inst->SetOpcode(Instruction::RETURN_VOID_NO_BARRIER); in CompileReturnVoid()
238 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
243 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
268 inst->SetOpcode(new_opcode); in CompileInstanceFieldAccess()
308 inst->SetOpcode(new_opcode); in CompileInvokeVirtual()