Lines Matching refs:Instruction

38 class Instruction;  variable
71 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc);
93 void Unop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
96 void Binop_23x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
99 void Binop_23x_shift(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
101 void Binop_23x_cmp(const Instruction& instruction,
107 void Binop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
110 void Binop_12x_shift(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
113 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc);
116 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
118 template<typename T> void If_21t(const Instruction& instruction, uint32_t dex_pc);
119 template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_pc);
121 void Conversion_12x(const Instruction& instruction,
134 void BuildReturn(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
137 bool BuildInstanceFieldAccess(const Instruction& instruction,
141 void BuildUnresolvedStaticFieldAccess(const Instruction& instruction,
146 void BuildStaticFieldAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put);
148 void BuildArrayAccess(const Instruction& instruction,
154 bool BuildInvoke(const Instruction& instruction,
180 void BuildFillArrayData(const Instruction& instruction, uint32_t dex_pc);
204 void BuildTypeCheck(const Instruction& instruction,
211 void BuildSwitch(const Instruction& instruction, uint32_t dex_pc);