Lines Matching refs:Instruction

79   bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc);
108 void Unop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
111 void Binop_23x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
114 void Binop_23x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
116 void Binop_23x_cmp(const Instruction& instruction,
122 void Binop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
125 void Binop_12x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
128 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc);
131 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
133 template<typename T> void If_21t(const Instruction& instruction, uint32_t dex_pc);
134 template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_pc);
136 void Conversion_12x(const Instruction& instruction,
149 void BuildReturn(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
152 bool BuildInstanceFieldAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put);
154 void BuildUnresolvedStaticFieldAccess(const Instruction& instruction,
159 bool BuildStaticFieldAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put);
161 void BuildArrayAccess(const Instruction& instruction,
167 bool BuildInvoke(const Instruction& instruction,
183 void BuildFillArrayData(const Instruction& instruction, uint32_t dex_pc);
203 void BuildTypeCheck(const Instruction& instruction,
210 void BuildSwitch(const Instruction& instruction, uint32_t dex_pc);