Lines Matching full:instruction
143 void HandleFieldSet(HInstruction* instruction, const FieldInfo& field_info);
144 void HandleFieldGet(HInstruction* instruction);
169 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
173 void DivRemOneOrMinusOne(HBinaryOperation* instruction);
174 void DivByPowerOfTwo(HDiv* instruction);
175 void GenerateDivRemWithAnyConstant(HBinaryOperation* instruction);
176 void GenerateDivRemIntegral(HBinaryOperation* instruction);
179 void HandleFieldSet(HInstruction* instruction, const FieldInfo& field_info);
180 void HandleFieldGet(HInstruction* instruction, const FieldInfo& field_info);
181 void GenerateImplicitNullCheck(HNullCheck* instruction);
182 void GenerateExplicitNullCheck(HNullCheck* instruction);
185 void GenerateTestAndBranch(HInstruction* instruction,
206 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;