Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc47 inst->SetOpcode(new_opcode); in DecompileInstanceFieldAccess()
53 inst->SetOpcode(new_opcode); in DecompileInvokeVirtual()
68 inst->SetOpcode(Instruction::CHECK_CAST); in DecompileNop()
100 inst->SetOpcode(Instruction::RETURN_VOID); in Decompile()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc388 inst->SetOpcode(Instruction::RETURN_VOID_NO_BARRIER); in CompileReturnVoid()
415 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
420 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
447 inst->SetOpcode(new_opcode); in CompileInstanceFieldAccess()
496 inst->SetOpcode(new_opcode); in CompileInvokeVirtual()
/art/libdexfile/dex/
Ddex_instruction.h489 void SetOpcode(Code opcode) { in SetOpcode() function
/art/dexlayout/
Ddexlayout_test.cc691 const_cast<Instruction&>(last_instruction.Inst()).SetOpcode( in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc2011 const_cast<Instruction&>(instructions.InstructionAt(0)).SetOpcode( in TEST_F()
2333 const_cast<Instruction&>(last_instruction.Inst()).SetOpcode( in TEST_F()