Lines Matching refs:instruction
57 bool AnalyzeDexInstruction(const Instruction& instruction, int32_t dex_offset);
71 void UpdateLocal(int register_index, HInstruction* instruction) const;
79 void Binop_23x(const Instruction& instruction, Primitive::Type type);
82 void Binop_12x(const Instruction& instruction, Primitive::Type type);
85 void Binop_22b(const Instruction& instruction, bool reverse);
88 void Binop_22s(const Instruction& instruction, bool reverse);
90 template<typename T> void If_21t(const Instruction& instruction, uint32_t dex_offset);
91 template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_offset);
93 void BuildReturn(const Instruction& instruction, Primitive::Type type);
95 bool BuildFieldAccess(const Instruction& instruction, uint32_t dex_offset, bool is_get);
96 void BuildArrayAccess(const Instruction& instruction,
102 bool BuildInvoke(const Instruction& instruction,