Home
last modified time | relevance | path

Searched refs:dec_insn (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddexlayout.h158 const Instruction* dec_insn);
Ddex_ir_builder.cc188 bool GetIdFromInstruction(const Instruction* dec_insn,
1027 bool BuilderMaps::GetIdFromInstruction(const Instruction* dec_insn, in GetIdFromInstruction() argument
1034 switch (Instruction::FormatOf(dec_insn->Opcode())) { in GetIdFromInstruction()
1046 index = dec_insn->VRegB(); in GetIdFromInstruction()
1049 index = dec_insn->VRegB(); in GetIdFromInstruction()
1053 index = dec_insn->VRegC(); in GetIdFromInstruction()
1060 switch (Instruction::IndexTypeOf(dec_insn->Opcode())) { in GetIdFromInstruction()