HomeSort by relevance Sort by last modified time
    Searched refs:SetOpcode (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_to_dex_decompiler.cc 44 inst->SetOpcode(new_opcode);
50 inst->SetOpcode(new_opcode);
65 inst->SetOpcode(Instruction::CHECK_CAST);
98 inst->SetOpcode(Instruction::RETURN_VOID);
dex_instruction.h 471 void SetOpcode(Code opcode) {
  /art/compiler/dex/
dex_to_dex_compiler.cc 225 inst->SetOpcode(Instruction::RETURN_VOID_NO_BARRIER);
248 inst->SetOpcode(Instruction::NOP);
253 inst->SetOpcode(Instruction::NOP);
278 inst->SetOpcode(new_opcode);
319 inst->SetOpcode(new_opcode);

Completed in 62 milliseconds